#cec7ae
a light, soft yellow · cool · closest name: silver
RGB
206, 199, 174
HSL
47°, 25%, 75%
CMYK
0, 3, 16, 19
Luminance
0.5702
Every format
| HEX | #cec7ae |
| RGB | rgb(206, 199, 174) |
| HSL | hsl(47, 25%, 75%) |
| CMYK | cmyk(0%, 3%, 16%, 19%) |
| LAB | lab(80.2 -1.8 13.4) |
| LCH | lch(80.2 13.5 97.4) |
| OKLCH | oklch(0.829 0.035 94.1) |
Copy-ready code
/* CSS */
color: #cec7ae;
background-color: #cec7ae;
/* Tailwind (arbitrary) */
class="text-[#cec7ae] bg-[#cec7ae]"
/* SCSS */
$brand: #cec7ae;
/* SwiftUI */
Color(red: 0.808, green: 0.780, blue: 0.682)
/* Android */
Color.parseColor("#cec7ae")Accessibility — WCAG contrast
Aa
#cec7ae on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec7ae on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green78.0%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow15.5%
Key (black)19.2%
Color previews
#cec7ae text on a black background
contrast 12.40:1
Card sample
#cec7ae text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec7ae;
Background color
Panel with #cec7ae background
background-color: #cec7ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec7ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 199, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 199, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec7ae; background: linear-gradient(135deg, #cec7ae, #C0CEAE);