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