Shadows
#6b6d6a
Shadows is a color with the hex code #6b6d6a. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #6b6d6a | |
|---|---|---|
| RGB | rgb(107, 109, 106) | |
| HSL | hsl(100, 1%, 42%) | |
| CMYK | cmyk(2%, 0%, 3%, 57%) | |
| LAB | lab(46, -1, 1) | |
| OKLCH | oklch(0.53 0.005 135) |
Color harmonies
Tints & shades
Code snippets
color: #6b6d6a;
background-color: #6b6d6a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF6B6D6A)
/* Swift / UIKit */
UIColor(red: 0.42, green: 0.43, blue: 0.42, alpha: 1.0)