#cfd577
a light, vivid yellow · cool · closest name: khaki
RGB
207, 213, 119
HSL
64°, 53%, 65%
CMYK
3, 0, 44, 17
Luminance
0.6219
Every format
| HEX | #cfd577 |
| RGB | rgb(207, 213, 119) |
| HSL | hsl(64, 53%, 65%) |
| CMYK | cmyk(3%, 0%, 44%, 17%) |
| LAB | lab(83.0 -15.6 45.6) |
| LCH | lch(83.0 48.2 108.9) |
| OKLCH | oklch(0.848 0.118 111.9) |
Copy-ready code
/* CSS */
color: #cfd577;
background-color: #cfd577;
/* Tailwind (arbitrary) */
class="text-[#cfd577] bg-[#cfd577]"
/* SCSS */
$brand: #cfd577;
/* SwiftUI */
Color(red: 0.812, green: 0.835, blue: 0.467)
/* Android */
Color.parseColor("#cfd577")Accessibility — WCAG contrast
Aa
#cfd577 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd577 on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.5%
Blue46.7%
CMYK percentages
Cyan2.8%
Magenta0.0%
Yellow44.1%
Key (black)16.5%
Color previews
#cfd577 text on a black background
contrast 13.44:1
Card sample
#cfd577 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd577;
Background color
Panel with #cfd577 background
background-color: #cfd577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 213, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 213, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd577; background: linear-gradient(135deg, #cfd577, #90D577);