#cecec4
a light, muted yellow · cool · closest name: silver
RGB
206, 206, 196
HSL
60°, 9%, 79%
CMYK
0, 0, 5, 19
Luminance
0.6125
Every format
| HEX | #cecec4 |
| RGB | rgb(206, 206, 196) |
| HSL | hsl(60, 9%, 79%) |
| CMYK | cmyk(0%, 0%, 5%, 19%) |
| LAB | lab(82.5 -1.8 5.0) |
| LCH | lch(82.5 5.3 109.7) |
| OKLCH | oklch(0.849 0.014 106.7) |
Copy-ready code
/* CSS */
color: #cecec4;
background-color: #cecec4;
/* Tailwind (arbitrary) */
class="text-[#cecec4] bg-[#cecec4]"
/* SCSS */
$brand: #cecec4;
/* SwiftUI */
Color(red: 0.808, green: 0.808, blue: 0.769)
/* Android */
Color.parseColor("#cecec4")Accessibility — WCAG contrast
Aa
#cecec4 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecec4 on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.8%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow4.9%
Key (black)19.2%
Color previews
#cecec4 text on a black background
contrast 13.25:1
Card sample
#cecec4 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecec4;
Background color
Panel with #cecec4 background
background-color: #cecec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 206, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 206, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecec4; background: linear-gradient(135deg, #cecec4, #C7CEC4);