#cefce4
a pale, electric green · cool · closest name: beige
RGB
206, 252, 228
HSL
149°, 89%, 90%
CMYK
18, 0, 10, 1
Luminance
0.8834
Every format
| HEX | #cefce4 |
| RGB | rgb(206, 252, 228) |
| HSL | hsl(149, 89%, 90%) |
| CMYK | cmyk(18%, 0%, 10%, 1%) |
| LAB | lab(95.3 -19.2 6.7) |
| LCH | lch(95.3 20.4 160.9) |
| OKLCH | oklch(0.953 0.057 162.4) |
Copy-ready code
/* CSS */
color: #cefce4;
background-color: #cefce4;
/* Tailwind (arbitrary) */
class="text-[#cefce4] bg-[#cefce4]"
/* SCSS */
$brand: #cefce4;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.894)
/* Android */
Color.parseColor("#cefce4")Accessibility — WCAG contrast
Aa
#cefce4 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefce4 on black: 18.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue89.4%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow9.5%
Key (black)1.2%
Color previews
#cefce4 text on a black background
contrast 18.67:1
Card sample
#cefce4 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefce4;
Background color
Panel with #cefce4 background
background-color: #cefce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefce4; background: linear-gradient(135deg, #cefce4, #CEF5FC);