#cecf9b
a light, soft yellow · cool · closest name: tan
RGB
206, 207, 155
HSL
61°, 35%, 71%
CMYK
1, 0, 25, 19
Luminance
0.6011
Every format
| HEX | #cecf9b |
| RGB | rgb(206, 207, 155) |
| HSL | hsl(61, 35%, 71%) |
| CMYK | cmyk(1%, 0%, 25%, 19%) |
| LAB | lab(81.9 -8.7 25.8) |
| LCH | lch(81.9 27.2 108.6) |
| OKLCH | oklch(0.841 0.069 108.7) |
Copy-ready code
/* CSS */
color: #cecf9b;
background-color: #cecf9b;
/* Tailwind (arbitrary) */
class="text-[#cecf9b] bg-[#cecf9b]"
/* SCSS */
$brand: #cecf9b;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.608)
/* Android */
Color.parseColor("#cecf9b")Accessibility — WCAG contrast
Aa
#cecf9b on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecf9b on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue60.8%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow25.1%
Key (black)18.8%
Color previews
#cecf9b text on a black background
contrast 13.02:1
Card sample
#cecf9b text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecf9b;
Background color
Panel with #cecf9b background
background-color: #cecf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecf9b; background: linear-gradient(135deg, #cecf9b, #ABCF9B);