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