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