#ceff2c
a balanced, electric green · cool · closest name: yellow
RGB
206, 255, 44
HSL
74°, 100%, 59%
CMYK
19, 0, 83, 0
Luminance
0.8482
Every format
| HEX | #ceff2c |
| RGB | rgb(206, 255, 44) |
| HSL | hsl(74, 100%, 59%) |
| CMYK | cmyk(19%, 0%, 83%, 0%) |
| LAB | lab(93.8 -40.5 84.9) |
| LCH | lch(93.8 94.0 115.5) |
| OKLCH | oklch(0.933 0.219 123.0) |
Copy-ready code
/* CSS */
color: #ceff2c;
background-color: #ceff2c;
/* Tailwind (arbitrary) */
class="text-[#ceff2c] bg-[#ceff2c]"
/* SCSS */
$brand: #ceff2c;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.173)
/* Android */
Color.parseColor("#ceff2c")Accessibility — WCAG contrast
Aa
#ceff2c on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceff2c on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue17.3%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow82.7%
Key (black)0.0%
Color previews
#ceff2c text on a black background
contrast 17.96:1
Card sample
#ceff2c text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceff2c;
Background color
Panel with #ceff2c background
background-color: #ceff2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceff2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceff2c; background: linear-gradient(135deg, #ceff2c, #41FF2C);