#cec5a8
a light, soft yellow · cool · closest name: tan
RGB
206, 197, 168
HSL
46°, 28%, 73%
CMYK
0, 4, 18, 19
Luminance
0.5588
Every format
| HEX | #cec5a8 |
| RGB | rgb(206, 197, 168) |
| HSL | hsl(46, 28%, 73%) |
| CMYK | cmyk(0%, 4%, 18%, 19%) |
| LAB | lab(79.5 -1.6 15.7) |
| LCH | lch(79.5 15.8 95.9) |
| OKLCH | oklch(0.823 0.041 92.8) |
Copy-ready code
/* CSS */
color: #cec5a8;
background-color: #cec5a8;
/* Tailwind (arbitrary) */
class="text-[#cec5a8] bg-[#cec5a8]"
/* SCSS */
$brand: #cec5a8;
/* SwiftUI */
Color(red: 0.808, green: 0.773, blue: 0.659)
/* Android */
Color.parseColor("#cec5a8")Accessibility — WCAG contrast
Aa
#cec5a8 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec5a8 on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green77.3%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow18.4%
Key (black)19.2%
Color previews
#cec5a8 text on a black background
contrast 12.18:1
Card sample
#cec5a8 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec5a8;
Background color
Panel with #cec5a8 background
background-color: #cec5a8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec5a8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 197, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 197, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec5a8; background: linear-gradient(135deg, #cec5a8, #BECEA8);