#ceff92
a light, electric green · cool · closest name: khaki
RGB
206, 255, 146
HSL
87°, 100%, 79%
CMYK
19, 0, 43, 0
Luminance
0.8672
Every format
| HEX | #ceff92 |
| RGB | rgb(206, 255, 146) |
| HSL | hsl(87, 100%, 79%) |
| CMYK | cmyk(19%, 0%, 43%, 0%) |
| LAB | lab(94.6 -33.1 47.0) |
| LCH | lch(94.6 57.5 125.2) |
| OKLCH | oklch(0.942 0.146 128.7) |
Copy-ready code
/* CSS */
color: #ceff92;
background-color: #ceff92;
/* Tailwind (arbitrary) */
class="text-[#ceff92] bg-[#ceff92]"
/* SCSS */
$brand: #ceff92;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.573)
/* Android */
Color.parseColor("#ceff92")Accessibility — WCAG contrast
Aa
#ceff92 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceff92 on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue57.3%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow42.7%
Key (black)0.0%
Color previews
#ceff92 text on a black background
contrast 18.34:1
Card sample
#ceff92 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceff92;
Background color
Panel with #ceff92 background
background-color: #ceff92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceff92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceff92; background: linear-gradient(135deg, #ceff92, #92FF9F);