#cfd480
a light, vivid yellow · cool · closest name: khaki
RGB
207, 212, 128
HSL
64°, 49%, 67%
CMYK
2, 0, 40, 17
Luminance
0.6191
Every format
| HEX | #cfd480 |
| RGB | rgb(207, 212, 128) |
| HSL | hsl(64, 49%, 67%) |
| CMYK | cmyk(2%, 0%, 40%, 17%) |
| LAB | lab(82.9 -14.2 41.0) |
| LCH | lch(82.9 43.3 109.1) |
| OKLCH | oklch(0.847 0.107 111.4) |
Copy-ready code
/* CSS */
color: #cfd480;
background-color: #cfd480;
/* Tailwind (arbitrary) */
class="text-[#cfd480] bg-[#cfd480]"
/* SCSS */
$brand: #cfd480;
/* SwiftUI */
Color(red: 0.812, green: 0.831, blue: 0.502)
/* Android */
Color.parseColor("#cfd480")Accessibility — WCAG contrast
Aa
#cfd480 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd480 on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.1%
Blue50.2%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow39.6%
Key (black)16.9%
Color previews
#cfd480 text on a black background
contrast 13.38:1
Card sample
#cfd480 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd480;
Background color
Panel with #cfd480 background
background-color: #cfd480;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd480;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 212, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 212, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd480; background: linear-gradient(135deg, #cfd480, #97D480);