#cef9ce
a pale, electric green · cool · closest name: beige
RGB
206, 249, 206
HSL
120°, 78%, 89%
CMYK
17, 0, 17, 2
Luminance
0.8533
Every format
| HEX | #cef9ce |
| RGB | rgb(206, 249, 206) |
| HSL | hsl(120, 78%, 89%) |
| CMYK | cmyk(17%, 0%, 17%, 2%) |
| LAB | lab(94.0 -21.7 16.1) |
| LCH | lch(94.0 27.1 143.4) |
| OKLCH | oklch(0.941 0.072 145.0) |
Copy-ready code
/* CSS */
color: #cef9ce;
background-color: #cef9ce;
/* Tailwind (arbitrary) */
class="text-[#cef9ce] bg-[#cef9ce]"
/* SCSS */
$brand: #cef9ce;
/* SwiftUI */
Color(red: 0.808, green: 0.976, blue: 0.808)
/* Android */
Color.parseColor("#cef9ce")Accessibility — WCAG contrast
Aa
#cef9ce on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef9ce on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green97.6%
Blue80.8%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow17.3%
Key (black)2.4%
Color previews
#cef9ce text on a black background
contrast 18.07:1
Card sample
#cef9ce text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef9ce;
Background color
Panel with #cef9ce background
background-color: #cef9ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef9ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 249, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 249, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef9ce; background: linear-gradient(135deg, #cef9ce, #CEF9EB);