#ceffa0
a light, electric green · cool · closest name: khaki
RGB
206, 255, 160
HSL
91°, 100%, 81%
CMYK
19, 0, 37, 0
Luminance
0.8718
Every format
| HEX | #ceffa0 |
| RGB | rgb(206, 255, 160) |
| HSL | hsl(91, 100%, 81%) |
| CMYK | cmyk(19%, 0%, 37%, 0%) |
| LAB | lab(94.8 -31.4 40.4) |
| LCH | lch(94.8 51.2 127.9) |
| OKLCH | oklch(0.944 0.132 130.8) |
Copy-ready code
/* CSS */
color: #ceffa0;
background-color: #ceffa0;
/* Tailwind (arbitrary) */
class="text-[#ceffa0] bg-[#ceffa0]"
/* SCSS */
$brand: #ceffa0;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.627)
/* Android */
Color.parseColor("#ceffa0")Accessibility — WCAG contrast
Aa
#ceffa0 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceffa0 on black: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue62.7%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow37.3%
Key (black)0.0%
Color previews
#ceffa0 text on a black background
contrast 18.44:1
Card sample
#ceffa0 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceffa0;
Background color
Panel with #ceffa0 background
background-color: #ceffa0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceffa0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceffa0; background: linear-gradient(135deg, #ceffa0, #A0FFB1);