#cdf548
a balanced, electric green · cool · closest name: yellow
RGB
205, 245, 72
HSL
74°, 90%, 62%
CMYK
16, 0, 71, 4
Luminance
0.7875
Every format
| HEX | #cdf548 |
| RGB | rgb(205, 245, 72) |
| HSL | hsl(74, 90%, 62%) |
| CMYK | cmyk(16%, 0%, 71%, 4%) |
| LAB | lab(91.1 -35.2 74.5) |
| LCH | lch(91.1 82.4 115.3) |
| OKLCH | oklch(0.911 0.196 121.8) |
Copy-ready code
/* CSS */
color: #cdf548;
background-color: #cdf548;
/* Tailwind (arbitrary) */
class="text-[#cdf548] bg-[#cdf548]"
/* SCSS */
$brand: #cdf548;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.282)
/* Android */
Color.parseColor("#cdf548")Accessibility — WCAG contrast
Aa
#cdf548 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf548 on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue28.2%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow70.6%
Key (black)3.9%
Color previews
#cdf548 text on a black background
contrast 16.75:1
Card sample
#cdf548 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf548;
Background color
Panel with #cdf548 background
background-color: #cdf548;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf548;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf548; background: linear-gradient(135deg, #cdf548, #5AF548);