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