#ceffb1
a light, electric green · cool · closest name: khaki
RGB
206, 255, 177
HSL
98°, 100%, 85%
CMYK
19, 0, 31, 0
Luminance
0.8782
Every format
| HEX | #ceffb1 |
| RGB | rgb(206, 255, 177) |
| HSL | hsl(98, 100%, 85%) |
| CMYK | cmyk(19%, 0%, 31%, 0%) |
| LAB | lab(95.1 -29.1 32.3) |
| LCH | lch(95.1 43.5 132.0) |
| OKLCH | oklch(0.947 0.113 134.3) |
Copy-ready code
/* CSS */
color: #ceffb1;
background-color: #ceffb1;
/* Tailwind (arbitrary) */
class="text-[#ceffb1] bg-[#ceffb1]"
/* SCSS */
$brand: #ceffb1;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.694)
/* Android */
Color.parseColor("#ceffb1")Accessibility — WCAG contrast
Aa
#ceffb1 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceffb1 on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue69.4%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow30.6%
Key (black)0.0%
Color previews
#ceffb1 text on a black background
contrast 18.56:1
Card sample
#ceffb1 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceffb1;
Background color
Panel with #ceffb1 background
background-color: #ceffb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceffb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceffb1; background: linear-gradient(135deg, #ceffb1, #B1FFC8);