#cecf9f
a light, soft yellow · cool · closest name: tan
RGB
206, 207, 159
HSL
61°, 33%, 72%
CMYK
1, 0, 23, 19
Luminance
0.6025
Every format
| HEX | #cecf9f |
| RGB | rgb(206, 207, 159) |
| HSL | hsl(61, 33%, 72%) |
| CMYK | cmyk(1%, 0%, 23%, 19%) |
| LAB | lab(82.0 -8.1 23.8) |
| LCH | lch(82.0 25.2 108.8) |
| OKLCH | oklch(0.842 0.064 108.7) |
Copy-ready code
/* CSS */
color: #cecf9f;
background-color: #cecf9f;
/* Tailwind (arbitrary) */
class="text-[#cecf9f] bg-[#cecf9f]"
/* SCSS */
$brand: #cecf9f;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.624)
/* Android */
Color.parseColor("#cecf9f")Accessibility — WCAG contrast
Aa
#cecf9f on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecf9f on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue62.4%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow23.2%
Key (black)18.8%
Color previews
#cecf9f text on a black background
contrast 13.05:1
Card sample
#cecf9f text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecf9f;
Background color
Panel with #cecf9f background
background-color: #cecf9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecf9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecf9f; background: linear-gradient(135deg, #cecf9f, #AECF9F);