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