#cfd76f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 215, 111
HSL
65°, 57%, 64%
CMYK
4, 0, 48, 16
Luminance
0.6301
Every format
| HEX | #cfd76f |
| RGB | rgb(207, 215, 111) |
| HSL | hsl(65, 57%, 64%) |
| CMYK | cmyk(4%, 0%, 48%, 16%) |
| LAB | lab(83.5 -17.4 50.0) |
| LCH | lch(83.5 52.9 109.2) |
| OKLCH | oklch(0.851 0.129 112.7) |
Copy-ready code
/* CSS */
color: #cfd76f;
background-color: #cfd76f;
/* Tailwind (arbitrary) */
class="text-[#cfd76f] bg-[#cfd76f]"
/* SCSS */
$brand: #cfd76f;
/* SwiftUI */
Color(red: 0.812, green: 0.843, blue: 0.435)
/* Android */
Color.parseColor("#cfd76f")Accessibility — WCAG contrast
Aa
#cfd76f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd76f on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.3%
Blue43.5%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow48.4%
Key (black)15.7%
Color previews
#cfd76f text on a black background
contrast 13.60:1
Card sample
#cfd76f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd76f;
Background color
Panel with #cfd76f background
background-color: #cfd76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 215, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 215, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd76f; background: linear-gradient(135deg, #cfd76f, #8AD76F);