#cececb
a light, muted gray · cool · closest name: silver
RGB
206, 206, 203
HSL
60°, 3%, 80%
CMYK
0, 0, 2, 19
Luminance
0.6158
Every format
| HEX | #cececb |
| RGB | rgb(206, 206, 203) |
| HSL | hsl(60, 3%, 80%) |
| CMYK | cmyk(0%, 0%, 2%, 19%) |
| LAB | lab(82.7 -0.5 1.5) |
| LCH | lch(82.7 1.6 109.9) |
| OKLCH | oklch(0.851 0.004 106.5) |
Copy-ready code
/* CSS */
color: #cececb;
background-color: #cececb;
/* Tailwind (arbitrary) */
class="text-[#cececb] bg-[#cececb]"
/* SCSS */
$brand: #cececb;
/* SwiftUI */
Color(red: 0.808, green: 0.808, blue: 0.796)
/* Android */
Color.parseColor("#cececb")Accessibility — WCAG contrast
Aa
#cececb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cececb on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow1.5%
Key (black)19.2%
Color previews
#cececb text on a black background
contrast 13.32:1
Card sample
#cececb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cececb;
Background color
Panel with #cececb background
background-color: #cececb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cececb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 206, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 206, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cececb; background: linear-gradient(135deg, #cececb, #CCCECB);