#ceff78
a light, electric green · cool · closest name: khaki
RGB
206, 255, 120
HSL
82°, 100%, 74%
CMYK
19, 0, 53, 0
Luminance
0.8600
Every format
| HEX | #ceff78 |
| RGB | rgb(206, 255, 120) |
| HSL | hsl(82, 100%, 74%) |
| CMYK | cmyk(19%, 0%, 53%, 0%) |
| LAB | lab(94.3 -35.9 58.7) |
| LCH | lch(94.3 68.8 121.4) |
| OKLCH | oklch(0.939 0.171 126.1) |
Copy-ready code
/* CSS */
color: #ceff78;
background-color: #ceff78;
/* Tailwind (arbitrary) */
class="text-[#ceff78] bg-[#ceff78]"
/* SCSS */
$brand: #ceff78;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.471)
/* Android */
Color.parseColor("#ceff78")Accessibility — WCAG contrast
Aa
#ceff78 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceff78 on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue47.1%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow52.9%
Key (black)0.0%
Color previews
#ceff78 text on a black background
contrast 18.20:1
Card sample
#ceff78 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceff78;
Background color
Panel with #ceff78 background
background-color: #ceff78;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceff78;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceff78; background: linear-gradient(135deg, #ceff78, #78FF7C);