#cef9b6
a light, electric green · cool · closest name: khaki
RGB
206, 249, 182
HSL
99°, 85%, 85%
CMYK
17, 0, 27, 2
Luminance
0.8425
Every format
| HEX | #cef9b6 |
| RGB | rgb(206, 249, 182) |
| HSL | hsl(99, 85%, 85%) |
| CMYK | cmyk(17%, 0%, 27%, 2%) |
| LAB | lab(93.6 -25.6 27.8) |
| LCH | lch(93.6 37.7 132.6) |
| OKLCH | oklch(0.935 0.099 134.6) |
Copy-ready code
/* CSS */
color: #cef9b6;
background-color: #cef9b6;
/* Tailwind (arbitrary) */
class="text-[#cef9b6] bg-[#cef9b6]"
/* SCSS */
$brand: #cef9b6;
/* SwiftUI */
Color(red: 0.808, green: 0.976, blue: 0.714)
/* Android */
Color.parseColor("#cef9b6")Accessibility — WCAG contrast
Aa
#cef9b6 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef9b6 on black: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.6%
Blue71.4%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow26.9%
Key (black)2.4%
Color previews
#cef9b6 text on a black background
contrast 17.85:1
Card sample
#cef9b6 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef9b6;
Background color
Panel with #cef9b6 background
background-color: #cef9b6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef9b6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 249, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 249, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef9b6; background: linear-gradient(135deg, #cef9b6, #B6F9CB);