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