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