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