#cddf49
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 223, 73
HSL
67°, 70%, 58%
CMYK
8, 0, 67, 13
Luminance
0.6624
Every format
| HEX | #cddf49 |
| RGB | rgb(205, 223, 73) |
| HSL | hsl(67, 70%, 58%) |
| CMYK | cmyk(8%, 0%, 67%, 13%) |
| LAB | lab(85.1 -24.9 68.1) |
| LCH | lch(85.1 72.5 110.1) |
| OKLCH | oklch(0.863 0.170 116.0) |
Copy-ready code
/* CSS */
color: #cddf49;
background-color: #cddf49;
/* Tailwind (arbitrary) */
class="text-[#cddf49] bg-[#cddf49]"
/* SCSS */
$brand: #cddf49;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.286)
/* Android */
Color.parseColor("#cddf49")Accessibility — WCAG contrast
Aa
#cddf49 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddf49 on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue28.6%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow67.3%
Key (black)12.5%
Color previews
#cddf49 text on a black background
contrast 14.25:1
Card sample
#cddf49 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddf49;
Background color
Panel with #cddf49 background
background-color: #cddf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddf49; background: linear-gradient(135deg, #cddf49, #69DF49);