#cec8c2
a light, muted orange · warm · closest name: silver
RGB
206, 200, 194
HSL
30°, 11%, 78%
CMYK
0, 3, 6, 19
Luminance
0.5833
Every format
| HEX | #cec8c2 |
| RGB | rgb(206, 200, 194) |
| HSL | hsl(30, 11%, 78%) |
| CMYK | cmyk(0%, 3%, 6%, 19%) |
| LAB | lab(80.9 1.0 3.7) |
| LCH | lch(80.9 3.9 74.7) |
| OKLCH | oklch(0.836 0.011 67.7) |
Copy-ready code
/* CSS */
color: #cec8c2;
background-color: #cec8c2;
/* Tailwind (arbitrary) */
class="text-[#cec8c2] bg-[#cec8c2]"
/* SCSS */
$brand: #cec8c2;
/* SwiftUI */
Color(red: 0.808, green: 0.784, blue: 0.761)
/* Android */
Color.parseColor("#cec8c2")Accessibility — WCAG contrast
Aa
#cec8c2 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec8c2 on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green78.4%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow5.8%
Key (black)19.2%
Color previews
#cec8c2 text on a black background
contrast 12.67:1
Card sample
#cec8c2 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec8c2;
Background color
Panel with #cec8c2 background
background-color: #cec8c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec8c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 200, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 200, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec8c2; background: linear-gradient(135deg, #cec8c2, #CCCEC2);