#cef9ba
a pale, electric green · cool · closest name: beige
RGB
206, 249, 186
HSL
101°, 84%, 85%
CMYK
17, 0, 25, 2
Luminance
0.8442
Every format
| HEX | #cef9ba |
| RGB | rgb(206, 249, 186) |
| HSL | hsl(101, 84%, 85%) |
| CMYK | cmyk(17%, 0%, 25%, 2%) |
| LAB | lab(93.6 -24.9 25.8) |
| LCH | lch(93.6 35.9 134.0) |
| OKLCH | oklch(0.936 0.094 135.9) |
Copy-ready code
/* CSS */
color: #cef9ba;
background-color: #cef9ba;
/* Tailwind (arbitrary) */
class="text-[#cef9ba] bg-[#cef9ba]"
/* SCSS */
$brand: #cef9ba;
/* SwiftUI */
Color(red: 0.808, green: 0.976, blue: 0.729)
/* Android */
Color.parseColor("#cef9ba")Accessibility — WCAG contrast
Aa
#cef9ba on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef9ba on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.6%
Blue72.9%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow25.3%
Key (black)2.4%
Color previews
#cef9ba text on a black background
contrast 17.88:1
Card sample
#cef9ba text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef9ba;
Background color
Panel with #cef9ba background
background-color: #cef9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 249, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 249, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef9ba; background: linear-gradient(135deg, #cef9ba, #BAF9D0);