#cfd77f
a light, vivid yellow · cool · closest name: khaki
RGB
207, 215, 127
HSL
66°, 52%, 67%
CMYK
4, 0, 41, 16
Luminance
0.6340
Every format
| HEX | #cfd77f |
| RGB | rgb(207, 215, 127) |
| HSL | hsl(66, 52%, 67%) |
| CMYK | cmyk(4%, 0%, 41%, 16%) |
| LAB | lab(83.7 -15.8 42.4) |
| LCH | lch(83.7 45.3 110.4) |
| OKLCH | oklch(0.854 0.112 113.0) |
Copy-ready code
/* CSS */
color: #cfd77f;
background-color: #cfd77f;
/* Tailwind (arbitrary) */
class="text-[#cfd77f] bg-[#cfd77f]"
/* SCSS */
$brand: #cfd77f;
/* SwiftUI */
Color(red: 0.812, green: 0.843, blue: 0.498)
/* Android */
Color.parseColor("#cfd77f")Accessibility — WCAG contrast
Aa
#cfd77f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd77f on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.3%
Blue49.8%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow40.9%
Key (black)15.7%
Color previews
#cfd77f text on a black background
contrast 13.68:1
Card sample
#cfd77f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd77f;
Background color
Panel with #cfd77f background
background-color: #cfd77f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd77f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 215, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 215, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd77f; background: linear-gradient(135deg, #cfd77f, #94D77F);