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