#cdd15f
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 209, 95
HSL
62°, 55%, 60%
CMYK
2, 0, 55, 18
Luminance
0.5941
Every format
| HEX | #cdd15f |
| RGB | rgb(205, 209, 95) |
| HSL | hsl(62, 55%, 60%) |
| CMYK | cmyk(2%, 0%, 55%, 18%) |
| LAB | lab(81.5 -16.6 55.1) |
| LCH | lch(81.5 57.5 106.7) |
| OKLCH | oklch(0.835 0.137 110.9) |
Copy-ready code
/* CSS */
color: #cdd15f;
background-color: #cdd15f;
/* Tailwind (arbitrary) */
class="text-[#cdd15f] bg-[#cdd15f]"
/* SCSS */
$brand: #cdd15f;
/* SwiftUI */
Color(red: 0.804, green: 0.820, blue: 0.373)
/* Android */
Color.parseColor("#cdd15f")Accessibility — WCAG contrast
Aa
#cdd15f on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd15f on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.0%
Blue37.3%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow54.5%
Key (black)18.0%
Color previews
#cdd15f text on a black background
contrast 12.88:1
Card sample
#cdd15f text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd15f;
Background color
Panel with #cdd15f background
background-color: #cdd15f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd15f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 209, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 209, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd15f; background: linear-gradient(135deg, #cdd15f, #81D15F);