#cefdb9
a pale, electric green · cool · closest name: khaki
RGB
206, 253, 185
HSL
102°, 94%, 86%
CMYK
19, 0, 27, 1
Luminance
0.8688
Every format
| HEX | #cefdb9 |
| RGB | rgb(206, 253, 185) |
| HSL | hsl(102, 94%, 86%) |
| CMYK | cmyk(19%, 0%, 27%, 1%) |
| LAB | lab(94.7 -27.0 27.8) |
| LCH | lch(94.7 38.7 134.2) |
| OKLCH | oklch(0.945 0.102 136.2) |
Copy-ready code
/* CSS */
color: #cefdb9;
background-color: #cefdb9;
/* Tailwind (arbitrary) */
class="text-[#cefdb9] bg-[#cefdb9]"
/* SCSS */
$brand: #cefdb9;
/* SwiftUI */
Color(red: 0.808, green: 0.992, blue: 0.725)
/* Android */
Color.parseColor("#cefdb9")Accessibility — WCAG contrast
Aa
#cefdb9 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefdb9 on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.2%
Blue72.5%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow26.9%
Key (black)0.8%
Color previews
#cefdb9 text on a black background
contrast 18.38:1
Card sample
#cefdb9 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefdb9;
Background color
Panel with #cefdb9 background
background-color: #cefdb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefdb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 253, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 253, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefdb9; background: linear-gradient(135deg, #cefdb9, #B9FDD1);