#cfd64f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 214, 79
HSL
63°, 62%, 58%
CMYK
3, 0, 63, 16
Luminance
0.6192
Every format
| HEX | #cfd64f |
| RGB | rgb(207, 214, 79) |
| HSL | hsl(63, 62%, 58%) |
| CMYK | cmyk(3%, 0%, 63%, 16%) |
| LAB | lab(82.9 -19.4 63.5) |
| LCH | lch(82.9 66.4 107.0) |
| OKLCH | oklch(0.846 0.156 112.1) |
Copy-ready code
/* CSS */
color: #cfd64f;
background-color: #cfd64f;
/* Tailwind (arbitrary) */
class="text-[#cfd64f] bg-[#cfd64f]"
/* SCSS */
$brand: #cfd64f;
/* SwiftUI */
Color(red: 0.812, green: 0.839, blue: 0.310)
/* Android */
Color.parseColor("#cfd64f")Accessibility — WCAG contrast
Aa
#cfd64f on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd64f on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.9%
Blue31.0%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow63.1%
Key (black)16.1%
Color previews
#cfd64f text on a black background
contrast 13.38:1
Card sample
#cfd64f text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd64f;
Background color
Panel with #cfd64f background
background-color: #cfd64f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd64f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 214, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 214, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd64f; background: linear-gradient(135deg, #cfd64f, #75D64F);