#cffc2c
a balanced, electric green · cool · closest name: yellow
RGB
207, 252, 44
HSL
73°, 97%, 58%
CMYK
18, 0, 83, 1
Luminance
0.8307
Every format
| HEX | #cffc2c |
| RGB | rgb(207, 252, 44) |
| HSL | hsl(73, 97%, 58%) |
| CMYK | cmyk(18%, 0%, 83%, 1%) |
| LAB | lab(93.0 -38.7 84.3) |
| LCH | lch(93.0 92.7 114.7) |
| OKLCH | oklch(0.927 0.216 122.2) |
Copy-ready code
/* CSS */
color: #cffc2c;
background-color: #cffc2c;
/* Tailwind (arbitrary) */
class="text-[#cffc2c] bg-[#cffc2c]"
/* SCSS */
$brand: #cffc2c;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.173)
/* Android */
Color.parseColor("#cffc2c")Accessibility — WCAG contrast
Aa
#cffc2c on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc2c on black: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue17.3%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow82.5%
Key (black)1.2%
Color previews
#cffc2c text on a black background
contrast 17.61:1
Card sample
#cffc2c text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc2c;
Background color
Panel with #cffc2c background
background-color: #cffc2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc2c; background: linear-gradient(135deg, #cffc2c, #44FC2C);