#cfd899
a light, soft yellow · cool · closest name: khaki
RGB
207, 216, 153
HSL
69°, 45%, 72%
CMYK
4, 0, 29, 15
Luminance
0.6468
Every format
| HEX | #cfd899 |
| RGB | rgb(207, 216, 153) |
| HSL | hsl(69, 45%, 72%) |
| CMYK | cmyk(4%, 0%, 29%, 15%) |
| LAB | lab(84.3 -13.1 30.1) |
| LCH | lch(84.3 32.9 113.6) |
| OKLCH | oklch(0.860 0.083 114.8) |
Copy-ready code
/* CSS */
color: #cfd899;
background-color: #cfd899;
/* Tailwind (arbitrary) */
class="text-[#cfd899] bg-[#cfd899]"
/* SCSS */
$brand: #cfd899;
/* SwiftUI */
Color(red: 0.812, green: 0.847, blue: 0.600)
/* Android */
Color.parseColor("#cfd899")Accessibility — WCAG contrast
Aa
#cfd899 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd899 on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.7%
Blue60.0%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow29.2%
Key (black)15.3%
Color previews
#cfd899 text on a black background
contrast 13.94:1
Card sample
#cfd899 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd899;
Background color
Panel with #cfd899 background
background-color: #cfd899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 216, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 216, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd899; background: linear-gradient(135deg, #cfd899, #A5D899);