#cec2af
a light, soft orange · warm · closest name: silver
RGB
206, 194, 175
HSL
37°, 24%, 75%
CMYK
0, 6, 15, 19
Luminance
0.5480
Every format
| HEX | #cec2af |
| RGB | rgb(206, 194, 175) |
| HSL | hsl(37, 24%, 75%) |
| CMYK | cmyk(0%, 6%, 15%, 19%) |
| LAB | lab(78.9 1.0 11.1) |
| LCH | lch(78.9 11.1 84.7) |
| OKLCH | oklch(0.819 0.029 79.4) |
Copy-ready code
/* CSS */
color: #cec2af;
background-color: #cec2af;
/* Tailwind (arbitrary) */
class="text-[#cec2af] bg-[#cec2af]"
/* SCSS */
$brand: #cec2af;
/* SwiftUI */
Color(red: 0.808, green: 0.761, blue: 0.686)
/* Android */
Color.parseColor("#cec2af")Accessibility — WCAG contrast
Aa
#cec2af on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec2af on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green76.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta5.8%
Yellow15.0%
Key (black)19.2%
Color previews
#cec2af text on a black background
contrast 11.96:1
Card sample
#cec2af text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec2af;
Background color
Panel with #cec2af background
background-color: #cec2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 194, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 194, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec2af; background: linear-gradient(135deg, #cec2af, #C5CEAF);