#cddf64
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 223, 100
HSL
69°, 66%, 63%
CMYK
8, 0, 55, 13
Luminance
0.6667
Every format
| HEX | #cddf64 |
| RGB | rgb(205, 223, 100) |
| HSL | hsl(69, 66%, 63%) |
| CMYK | cmyk(8%, 0%, 55%, 13%) |
| LAB | lab(85.3 -23.0 57.2) |
| LCH | lch(85.3 61.7 111.9) |
| OKLCH | oklch(0.866 0.149 116.6) |
Copy-ready code
/* CSS */
color: #cddf64;
background-color: #cddf64;
/* Tailwind (arbitrary) */
class="text-[#cddf64] bg-[#cddf64]"
/* SCSS */
$brand: #cddf64;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.392)
/* Android */
Color.parseColor("#cddf64")Accessibility — WCAG contrast
Aa
#cddf64 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddf64 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue39.2%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow55.2%
Key (black)12.5%
Color previews
#cddf64 text on a black background
contrast 14.33:1
Card sample
#cddf64 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddf64;
Background color
Panel with #cddf64 background
background-color: #cddf64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddf64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddf64; background: linear-gradient(135deg, #cddf64, #7BDF64);