#cfd74c
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 215, 76
HSL
64°, 64%, 57%
CMYK
4, 0, 65, 16
Luminance
0.6239
Every format
| HEX | #cfd74c |
| RGB | rgb(207, 215, 76) |
| HSL | hsl(64, 64%, 57%) |
| CMYK | cmyk(4%, 0%, 65%, 16%) |
| LAB | lab(83.1 -20.0 65.0) |
| LCH | lch(83.1 68.0 107.1) |
| OKLCH | oklch(0.848 0.159 112.5) |
Copy-ready code
/* CSS */
color: #cfd74c;
background-color: #cfd74c;
/* Tailwind (arbitrary) */
class="text-[#cfd74c] bg-[#cfd74c]"
/* SCSS */
$brand: #cfd74c;
/* SwiftUI */
Color(red: 0.812, green: 0.843, blue: 0.298)
/* Android */
Color.parseColor("#cfd74c")Accessibility — WCAG contrast
Aa
#cfd74c on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd74c on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.3%
Blue29.8%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow64.7%
Key (black)15.7%
Color previews
#cfd74c text on a black background
contrast 13.48:1
Card sample
#cfd74c text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd74c;
Background color
Panel with #cfd74c background
background-color: #cfd74c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd74c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 215, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 215, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd74c; background: linear-gradient(135deg, #cfd74c, #72D74C);