#cdee22
a balanced, electric yellow · cool · closest name: yellow
RGB
205, 238, 34
HSL
70°, 86%, 53%
CMYK
14, 0, 86, 7
Luminance
0.7424
Every format
| HEX | #cdee22 |
| RGB | rgb(205, 238, 34) |
| HSL | hsl(70, 86%, 53%) |
| CMYK | cmyk(14%, 0%, 86%, 7%) |
| LAB | lab(89.0 -33.5 82.9) |
| LCH | lch(89.0 89.4 112.0) |
| OKLCH | oklch(0.894 0.205 119.5) |
Copy-ready code
/* CSS */
color: #cdee22;
background-color: #cdee22;
/* Tailwind (arbitrary) */
class="text-[#cdee22] bg-[#cdee22]"
/* SCSS */
$brand: #cdee22;
/* SwiftUI */
Color(red: 0.804, green: 0.933, blue: 0.133)
/* Android */
Color.parseColor("#cdee22")Accessibility — WCAG contrast
Aa
#cdee22 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdee22 on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green93.3%
Blue13.3%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow85.7%
Key (black)6.7%
Color previews
#cdee22 text on a black background
contrast 15.85:1
Card sample
#cdee22 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdee22;
Background color
Panel with #cdee22 background
background-color: #cdee22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdee22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 238, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 238, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdee22; background: linear-gradient(135deg, #cdee22, #45EE22);