#cfd75f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 215, 95
HSL
64°, 60%, 61%
CMYK
4, 0, 56, 16
Luminance
0.6269
Every format
| HEX | #cfd75f |
| RGB | rgb(207, 215, 95) |
| HSL | hsl(64, 60%, 61%) |
| CMYK | cmyk(4%, 0%, 56%, 16%) |
| LAB | lab(83.3 -18.7 57.1) |
| LCH | lch(83.3 60.1 108.2) |
| OKLCH | oklch(0.849 0.144 112.6) |
Copy-ready code
/* CSS */
color: #cfd75f;
background-color: #cfd75f;
/* Tailwind (arbitrary) */
class="text-[#cfd75f] bg-[#cfd75f]"
/* SCSS */
$brand: #cfd75f;
/* SwiftUI */
Color(red: 0.812, green: 0.843, blue: 0.373)
/* Android */
Color.parseColor("#cfd75f")Accessibility — WCAG contrast
Aa
#cfd75f on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd75f on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.3%
Blue37.3%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow55.8%
Key (black)15.7%
Color previews
#cfd75f text on a black background
contrast 13.54:1
Card sample
#cfd75f text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd75f;
Background color
Panel with #cfd75f background
background-color: #cfd75f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd75f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 215, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 215, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd75f; background: linear-gradient(135deg, #cfd75f, #7FD75F);