#ccf032
a balanced, electric green · cool · closest name: yellow
RGB
204, 240, 50
HSL
71°, 86%, 57%
CMYK
15, 0, 79, 6
Luminance
0.7539
Every format
| HEX | #ccf032 |
| RGB | rgb(204, 240, 50) |
| HSL | hsl(71, 86%, 57%) |
| CMYK | cmyk(15%, 0%, 79%, 6%) |
| LAB | lab(89.6 -34.3 79.7) |
| LCH | lch(89.6 86.8 113.3) |
| OKLCH | oklch(0.898 0.202 120.5) |
Copy-ready code
/* CSS */
color: #ccf032;
background-color: #ccf032;
/* Tailwind (arbitrary) */
class="text-[#ccf032] bg-[#ccf032]"
/* SCSS */
$brand: #ccf032;
/* SwiftUI */
Color(red: 0.800, green: 0.941, blue: 0.196)
/* Android */
Color.parseColor("#ccf032")Accessibility — WCAG contrast
Aa
#ccf032 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf032 on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green94.1%
Blue19.6%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow79.2%
Key (black)5.9%
Color previews
#ccf032 text on a black background
contrast 16.08:1
Card sample
#ccf032 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf032;
Background color
Panel with #ccf032 background
background-color: #ccf032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 240, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 240, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf032; background: linear-gradient(135deg, #ccf032, #4DF032);