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