#ccf539
a balanced, electric green · cool · closest name: yellow
RGB
204, 245, 57
HSL
73°, 90%, 59%
CMYK
17, 0, 77, 4
Luminance
0.7844
Every format
| HEX | #ccf539 |
| RGB | rgb(204, 245, 57) |
| HSL | hsl(73, 90%, 59%) |
| CMYK | cmyk(17%, 0%, 77%, 4%) |
| LAB | lab(91.0 -36.3 79.0) |
| LCH | lch(91.0 87.0 114.7) |
| OKLCH | oklch(0.910 0.204 121.7) |
Copy-ready code
/* CSS */
color: #ccf539;
background-color: #ccf539;
/* Tailwind (arbitrary) */
class="text-[#ccf539] bg-[#ccf539]"
/* SCSS */
$brand: #ccf539;
/* SwiftUI */
Color(red: 0.800, green: 0.961, blue: 0.224)
/* Android */
Color.parseColor("#ccf539")Accessibility — WCAG contrast
Aa
#ccf539 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf539 on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green96.1%
Blue22.4%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow76.7%
Key (black)3.9%
Color previews
#ccf539 text on a black background
contrast 16.69:1
Card sample
#ccf539 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf539;
Background color
Panel with #ccf539 background
background-color: #ccf539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 245, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 245, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf539; background: linear-gradient(135deg, #ccf539, #4FF539);