#cfd77c
a light, vivid yellow · cool · closest name: khaki
RGB
207, 215, 124
HSL
65°, 53%, 67%
CMYK
4, 0, 42, 16
Luminance
0.6332
Every format
| HEX | #cfd77c |
| RGB | rgb(207, 215, 124) |
| HSL | hsl(65, 53%, 67%) |
| CMYK | cmyk(4%, 0%, 42%, 16%) |
| LAB | lab(83.6 -16.1 43.9) |
| LCH | lch(83.6 46.7 110.1) |
| OKLCH | oklch(0.853 0.115 112.9) |
Copy-ready code
/* CSS */
color: #cfd77c;
background-color: #cfd77c;
/* Tailwind (arbitrary) */
class="text-[#cfd77c] bg-[#cfd77c]"
/* SCSS */
$brand: #cfd77c;
/* SwiftUI */
Color(red: 0.812, green: 0.843, blue: 0.486)
/* Android */
Color.parseColor("#cfd77c")Accessibility — WCAG contrast
Aa
#cfd77c on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd77c on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.3%
Blue48.6%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow42.3%
Key (black)15.7%
Color previews
#cfd77c text on a black background
contrast 13.66:1
Card sample
#cfd77c text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd77c;
Background color
Panel with #cfd77c background
background-color: #cfd77c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd77c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 215, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 215, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd77c; background: linear-gradient(135deg, #cfd77c, #92D77C);