#ceffab
a light, electric green · cool · closest name: khaki
RGB
206, 255, 171
HSL
95°, 100%, 84%
CMYK
19, 0, 33, 0
Luminance
0.8758
Every format
| HEX | #ceffab |
| RGB | rgb(206, 255, 171) |
| HSL | hsl(95, 100%, 84%) |
| CMYK | cmyk(19%, 0%, 33%, 0%) |
| LAB | lab(95.0 -30.0 35.2) |
| LCH | lch(95.0 46.2 130.4) |
| OKLCH | oklch(0.946 0.120 132.9) |
Copy-ready code
/* CSS */
color: #ceffab;
background-color: #ceffab;
/* Tailwind (arbitrary) */
class="text-[#ceffab] bg-[#ceffab]"
/* SCSS */
$brand: #ceffab;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.671)
/* Android */
Color.parseColor("#ceffab")Accessibility — WCAG contrast
Aa
#ceffab on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceffab on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue67.1%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow32.9%
Key (black)0.0%
Color previews
#ceffab text on a black background
contrast 18.52:1
Card sample
#ceffab text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceffab;
Background color
Panel with #ceffab background
background-color: #ceffab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceffab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceffab; background: linear-gradient(135deg, #ceffab, #ABFFC0);