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