#ceffa2
a light, electric green · cool · closest name: khaki
RGB
206, 255, 162
HSL
92°, 100%, 82%
CMYK
19, 0, 37, 0
Luminance
0.8725
Every format
| HEX | #ceffa2 |
| RGB | rgb(206, 255, 162) |
| HSL | hsl(92, 100%, 82%) |
| CMYK | cmyk(19%, 0%, 37%, 0%) |
| LAB | lab(94.8 -31.2 39.5) |
| LCH | lch(94.8 50.3 128.3) |
| OKLCH | oklch(0.945 0.130 131.1) |
Copy-ready code
/* CSS */
color: #ceffa2;
background-color: #ceffa2;
/* Tailwind (arbitrary) */
class="text-[#ceffa2] bg-[#ceffa2]"
/* SCSS */
$brand: #ceffa2;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.635)
/* Android */
Color.parseColor("#ceffa2")Accessibility — WCAG contrast
Aa
#ceffa2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceffa2 on black: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue63.5%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow36.5%
Key (black)0.0%
Color previews
#ceffa2 text on a black background
contrast 18.45:1
Card sample
#ceffa2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceffa2;
Background color
Panel with #ceffa2 background
background-color: #ceffa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceffa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceffa2; background: linear-gradient(135deg, #ceffa2, #A2FFB4);