#cecbaf
a light, soft yellow · cool · closest name: tan
RGB
206, 203, 175
HSL
54°, 24%, 75%
CMYK
0, 2, 15, 19
Luminance
0.5893
Every format
| HEX | #cecbaf |
| RGB | rgb(206, 203, 175) |
| HSL | hsl(54, 24%, 75%) |
| CMYK | cmyk(0%, 2%, 15%, 19%) |
| LAB | lab(81.3 -3.7 14.4) |
| LCH | lch(81.3 14.8 104.4) |
| OKLCH | oklch(0.837 0.038 102.2) |
Copy-ready code
/* CSS */
color: #cecbaf;
background-color: #cecbaf;
/* Tailwind (arbitrary) */
class="text-[#cecbaf] bg-[#cecbaf]"
/* SCSS */
$brand: #cecbaf;
/* SwiftUI */
Color(red: 0.808, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#cecbaf")Accessibility — WCAG contrast
Aa
#cecbaf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecbaf on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green79.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow15.0%
Key (black)19.2%
Color previews
#cecbaf text on a black background
contrast 12.79:1
Card sample
#cecbaf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecbaf;
Background color
Panel with #cecbaf background
background-color: #cecbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecbaf; background: linear-gradient(135deg, #cecbaf, #BCCEAF);