#cefdb0
a light, electric green · cool · closest name: khaki
RGB
206, 253, 176
HSL
97°, 95%, 84%
CMYK
19, 0, 30, 1
Luminance
0.8651
Every format
| HEX | #cefdb0 |
| RGB | rgb(206, 253, 176) |
| HSL | hsl(97, 95%, 84%) |
| CMYK | cmyk(19%, 0%, 30%, 1%) |
| LAB | lab(94.5 -28.3 32.1) |
| LCH | lch(94.5 42.8 131.4) |
| OKLCH | oklch(0.943 0.111 133.7) |
Copy-ready code
/* CSS */
color: #cefdb0;
background-color: #cefdb0;
/* Tailwind (arbitrary) */
class="text-[#cefdb0] bg-[#cefdb0]"
/* SCSS */
$brand: #cefdb0;
/* SwiftUI */
Color(red: 0.808, green: 0.992, blue: 0.690)
/* Android */
Color.parseColor("#cefdb0")Accessibility — WCAG contrast
Aa
#cefdb0 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefdb0 on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.2%
Blue69.0%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow30.4%
Key (black)0.8%
Color previews
#cefdb0 text on a black background
contrast 18.30:1
Card sample
#cefdb0 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefdb0;
Background color
Panel with #cefdb0 background
background-color: #cefdb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefdb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 253, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 253, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefdb0; background: linear-gradient(135deg, #cefdb0, #B0FDC5);