#cecba8
a light, soft yellow · cool · closest name: tan
RGB
206, 203, 168
HSL
55°, 28%, 73%
CMYK
0, 2, 18, 19
Luminance
0.5866
Every format
| HEX | #cecba8 |
| RGB | rgb(206, 203, 168) |
| HSL | hsl(55, 28%, 73%) |
| CMYK | cmyk(0%, 2%, 18%, 19%) |
| LAB | lab(81.1 -4.8 17.9) |
| LCH | lch(81.1 18.5 104.9) |
| OKLCH | oklch(0.835 0.047 103.3) |
Copy-ready code
/* CSS */
color: #cecba8;
background-color: #cecba8;
/* Tailwind (arbitrary) */
class="text-[#cecba8] bg-[#cecba8]"
/* SCSS */
$brand: #cecba8;
/* SwiftUI */
Color(red: 0.808, green: 0.796, blue: 0.659)
/* Android */
Color.parseColor("#cecba8")Accessibility — WCAG contrast
Aa
#cecba8 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecba8 on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.6%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow18.4%
Key (black)19.2%
Color previews
#cecba8 text on a black background
contrast 12.73:1
Card sample
#cecba8 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecba8;
Background color
Panel with #cecba8 background
background-color: #cecba8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecba8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 203, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 203, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecba8; background: linear-gradient(135deg, #cecba8, #B8CEA8);