#ceffa7
a light, electric green · cool · closest name: khaki
RGB
206, 255, 167
HSL
93°, 100%, 83%
CMYK
19, 0, 35, 0
Luminance
0.8743
Every format
| HEX | #ceffa7 |
| RGB | rgb(206, 255, 167) |
| HSL | hsl(93, 100%, 83%) |
| CMYK | cmyk(19%, 0%, 35%, 0%) |
| LAB | lab(94.9 -30.5 37.1) |
| LCH | lch(94.9 48.0 129.4) |
| OKLCH | oklch(0.946 0.124 132.0) |
Copy-ready code
/* CSS */
color: #ceffa7;
background-color: #ceffa7;
/* Tailwind (arbitrary) */
class="text-[#ceffa7] bg-[#ceffa7]"
/* SCSS */
$brand: #ceffa7;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.655)
/* Android */
Color.parseColor("#ceffa7")Accessibility — WCAG contrast
Aa
#ceffa7 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceffa7 on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue65.5%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow34.5%
Key (black)0.0%
Color previews
#ceffa7 text on a black background
contrast 18.49:1
Card sample
#ceffa7 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceffa7;
Background color
Panel with #ceffa7 background
background-color: #ceffa7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceffa7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceffa7; background: linear-gradient(135deg, #ceffa7, #A7FFBA);