#cddc39
a balanced, vivid yellow · cool · closest name: yellow
RGB
205, 220, 57
HSL
66°, 70%, 54%
CMYK
7, 0, 74, 14
Luminance
0.6446
Every format
| HEX | #cddc39 |
| RGB | rgb(205, 220, 57) |
| HSL | hsl(66, 70%, 54%) |
| CMYK | cmyk(7%, 0%, 74%, 14%) |
| LAB | lab(84.2 -24.3 72.8) |
| LCH | lch(84.2 76.7 108.4) |
| OKLCH | oklch(0.856 0.177 114.8) |
Copy-ready code
/* CSS */
color: #cddc39;
background-color: #cddc39;
/* Tailwind (arbitrary) */
class="text-[#cddc39] bg-[#cddc39]"
/* SCSS */
$brand: #cddc39;
/* SwiftUI */
Color(red: 0.804, green: 0.863, blue: 0.224)
/* Android */
Color.parseColor("#cddc39")Accessibility — WCAG contrast
Aa
#cddc39 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddc39 on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.3%
Blue22.4%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow74.1%
Key (black)13.7%
Color previews
#cddc39 text on a black background
contrast 13.89:1
Card sample
#cddc39 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddc39;
Background color
Panel with #cddc39 background
background-color: #cddc39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddc39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 220, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 220, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddc39; background: linear-gradient(135deg, #cddc39, #60DC39);