#ceff75
a light, electric green · cool · closest name: khaki
RGB
206, 255, 117
HSL
81°, 100%, 73%
CMYK
19, 0, 54, 0
Luminance
0.8593
Every format
| HEX | #ceff75 |
| RGB | rgb(206, 255, 117) |
| HSL | hsl(81, 100%, 73%) |
| CMYK | cmyk(19%, 0%, 54%, 0%) |
| LAB | lab(94.3 -36.1 60.0) |
| LCH | lch(94.3 70.0 121.1) |
| OKLCH | oklch(0.938 0.174 125.9) |
Copy-ready code
/* CSS */
color: #ceff75;
background-color: #ceff75;
/* Tailwind (arbitrary) */
class="text-[#ceff75] bg-[#ceff75]"
/* SCSS */
$brand: #ceff75;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.459)
/* Android */
Color.parseColor("#ceff75")Accessibility — WCAG contrast
Aa
#ceff75 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceff75 on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue45.9%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow54.1%
Key (black)0.0%
Color previews
#ceff75 text on a black background
contrast 18.19:1
Card sample
#ceff75 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceff75;
Background color
Panel with #ceff75 background
background-color: #ceff75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceff75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceff75; background: linear-gradient(135deg, #ceff75, #75FF78);