#cfd488
a light, vivid yellow · cool · closest name: khaki
RGB
207, 212, 136
HSL
64°, 47%, 68%
CMYK
2, 0, 36, 17
Luminance
0.6213
Every format
| HEX | #cfd488 |
| RGB | rgb(207, 212, 136) |
| HSL | hsl(64, 47%, 68%) |
| CMYK | cmyk(2%, 0%, 36%, 17%) |
| LAB | lab(83.0 -13.3 37.1) |
| LCH | lch(83.0 39.4 109.7) |
| OKLCH | oklch(0.849 0.098 111.5) |
Copy-ready code
/* CSS */
color: #cfd488;
background-color: #cfd488;
/* Tailwind (arbitrary) */
class="text-[#cfd488] bg-[#cfd488]"
/* SCSS */
$brand: #cfd488;
/* SwiftUI */
Color(red: 0.812, green: 0.831, blue: 0.533)
/* Android */
Color.parseColor("#cfd488")Accessibility — WCAG contrast
Aa
#cfd488 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd488 on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.1%
Blue53.3%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow35.8%
Key (black)16.9%
Color previews
#cfd488 text on a black background
contrast 13.43:1
Card sample
#cfd488 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd488;
Background color
Panel with #cfd488 background
background-color: #cfd488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 212, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 212, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd488; background: linear-gradient(135deg, #cfd488, #9CD488);