#cdf244
a balanced, electric green · cool · closest name: yellow
RGB
205, 242, 68
HSL
73°, 87%, 61%
CMYK
15, 0, 72, 5
Luminance
0.7690
Every format
| HEX | #cdf244 |
| RGB | rgb(205, 242, 68) |
| HSL | hsl(73, 87%, 61%) |
| CMYK | cmyk(15%, 0%, 72%, 5%) |
| LAB | lab(90.3 -34.0 75.0) |
| LCH | lch(90.3 82.4 114.4) |
| OKLCH | oklch(0.905 0.195 121.0) |
Copy-ready code
/* CSS */
color: #cdf244;
background-color: #cdf244;
/* Tailwind (arbitrary) */
class="text-[#cdf244] bg-[#cdf244]"
/* SCSS */
$brand: #cdf244;
/* SwiftUI */
Color(red: 0.804, green: 0.949, blue: 0.267)
/* Android */
Color.parseColor("#cdf244")Accessibility — WCAG contrast
Aa
#cdf244 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf244 on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.9%
Blue26.7%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow71.9%
Key (black)5.1%
Color previews
#cdf244 text on a black background
contrast 16.38:1
Card sample
#cdf244 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf244;
Background color
Panel with #cdf244 background
background-color: #cdf244;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf244;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 242, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 242, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf244; background: linear-gradient(135deg, #cdf244, #59F244);