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