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