#cec6af
a light, soft yellow · warm · closest name: silver
RGB
206, 198, 175
HSL
45°, 24%, 75%
CMYK
0, 4, 15, 19
Luminance
0.5661
Every format
| HEX | #cec6af |
| RGB | rgb(206, 198, 175) |
| HSL | hsl(45, 24%, 75%) |
| CMYK | cmyk(0%, 4%, 15%, 19%) |
| LAB | lab(80.0 -1.1 12.5) |
| LCH | lch(80.0 12.6 94.9) |
| OKLCH | oklch(0.827 0.033 91.1) |
Copy-ready code
/* CSS */
color: #cec6af;
background-color: #cec6af;
/* Tailwind (arbitrary) */
class="text-[#cec6af] bg-[#cec6af]"
/* SCSS */
$brand: #cec6af;
/* SwiftUI */
Color(red: 0.808, green: 0.776, blue: 0.686)
/* Android */
Color.parseColor("#cec6af")Accessibility — WCAG contrast
Aa
#cec6af on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec6af on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green77.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow15.0%
Key (black)19.2%
Color previews
#cec6af text on a black background
contrast 12.32:1
Card sample
#cec6af text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec6af;
Background color
Panel with #cec6af background
background-color: #cec6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 198, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 198, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec6af; background: linear-gradient(135deg, #cec6af, #C1CEAF);