#cdf848
a balanced, electric green · cool · closest name: yellow
RGB
205, 248, 72
HSL
75°, 93%, 63%
CMYK
17, 0, 71, 3
Luminance
0.8058
Every format
| HEX | #cdf848 |
| RGB | rgb(205, 248, 72) |
| HSL | hsl(75, 93%, 63%) |
| CMYK | cmyk(17%, 0%, 71%, 3%) |
| LAB | lab(92.0 -36.6 75.3) |
| LCH | lch(92.0 83.7 115.9) |
| OKLCH | oklch(0.918 0.199 122.5) |
Copy-ready code
/* CSS */
color: #cdf848;
background-color: #cdf848;
/* Tailwind (arbitrary) */
class="text-[#cdf848] bg-[#cdf848]"
/* SCSS */
$brand: #cdf848;
/* SwiftUI */
Color(red: 0.804, green: 0.973, blue: 0.282)
/* Android */
Color.parseColor("#cdf848")Accessibility — WCAG contrast
Aa
#cdf848 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf848 on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.3%
Blue28.2%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow71.0%
Key (black)2.7%
Color previews
#cdf848 text on a black background
contrast 17.12:1
Card sample
#cdf848 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf848;
Background color
Panel with #cdf848 background
background-color: #cdf848;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf848;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 248, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 248, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf848; background: linear-gradient(135deg, #cdf848, #57F848);