#ceff82
a light, electric green · cool · closest name: khaki
RGB
206, 255, 130
HSL
84°, 100%, 76%
CMYK
19, 0, 49, 0
Luminance
0.8625
Every format
| HEX | #ceff82 |
| RGB | rgb(206, 255, 130) |
| HSL | hsl(84, 100%, 76%) |
| CMYK | cmyk(19%, 0%, 49%, 0%) |
| LAB | lab(94.4 -34.9 54.3) |
| LCH | lch(94.4 64.5 122.7) |
| OKLCH | oklch(0.940 0.162 126.9) |
Copy-ready code
/* CSS */
color: #ceff82;
background-color: #ceff82;
/* Tailwind (arbitrary) */
class="text-[#ceff82] bg-[#ceff82]"
/* SCSS */
$brand: #ceff82;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.510)
/* Android */
Color.parseColor("#ceff82")Accessibility — WCAG contrast
Aa
#ceff82 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceff82 on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue51.0%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow49.0%
Key (black)0.0%
Color previews
#ceff82 text on a black background
contrast 18.25:1
Card sample
#ceff82 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceff82;
Background color
Panel with #ceff82 background
background-color: #ceff82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceff82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceff82; background: linear-gradient(135deg, #ceff82, #82FF89);