#ceccc2
a light, muted yellow · cool · closest name: silver
RGB
206, 204, 194
HSL
50°, 11%, 78%
CMYK
0, 1, 6, 19
Luminance
0.6020
Every format
| HEX | #ceccc2 |
| RGB | rgb(206, 204, 194) |
| HSL | hsl(50, 11%, 78%) |
| CMYK | cmyk(0%, 1%, 6%, 19%) |
| LAB | lab(82.0 -1.1 5.2) |
| LCH | lch(82.0 5.3 101.7) |
| OKLCH | oklch(0.844 0.014 97.5) |
Copy-ready code
/* CSS */
color: #ceccc2;
background-color: #ceccc2;
/* Tailwind (arbitrary) */
class="text-[#ceccc2] bg-[#ceccc2]"
/* SCSS */
$brand: #ceccc2;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.761)
/* Android */
Color.parseColor("#ceccc2")Accessibility — WCAG contrast
Aa
#ceccc2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceccc2 on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta1.0%
Yellow5.8%
Key (black)19.2%
Color previews
#ceccc2 text on a black background
contrast 13.04:1
Card sample
#ceccc2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceccc2;
Background color
Panel with #ceccc2 background
background-color: #ceccc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceccc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceccc2; background: linear-gradient(135deg, #ceccc2, #C8CEC2);