#cdee39
a balanced, electric green · cool · closest name: yellow
RGB
205, 238, 57
HSL
71°, 84%, 58%
CMYK
14, 0, 76, 7
Luminance
0.7442
Every format
| HEX | #cdee39 |
| RGB | rgb(205, 238, 57) |
| HSL | hsl(71, 84%, 58%) |
| CMYK | cmyk(14%, 0%, 76%, 7%) |
| LAB | lab(89.1 -32.7 77.4) |
| LCH | lch(89.1 84.0 112.9) |
| OKLCH | oklch(0.895 0.196 119.9) |
Copy-ready code
/* CSS */
color: #cdee39;
background-color: #cdee39;
/* Tailwind (arbitrary) */
class="text-[#cdee39] bg-[#cdee39]"
/* SCSS */
$brand: #cdee39;
/* SwiftUI */
Color(red: 0.804, green: 0.933, blue: 0.224)
/* Android */
Color.parseColor("#cdee39")Accessibility — WCAG contrast
Aa
#cdee39 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdee39 on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green93.3%
Blue22.4%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow76.1%
Key (black)6.7%
Color previews
#cdee39 text on a black background
contrast 15.88:1
Card sample
#cdee39 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdee39;
Background color
Panel with #cdee39 background
background-color: #cdee39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdee39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 238, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 238, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdee39; background: linear-gradient(135deg, #cdee39, #54EE39);