#ebfcd2
a pale, electric green · cool · closest name: beige
RGB
235, 252, 210
HSL
84°, 88%, 91%
CMYK
7, 0, 17, 1
Luminance
0.9194
Every format
| HEX | #ebfcd2 |
| RGB | rgb(235, 252, 210) |
| HSL | hsl(84, 88%, 91%) |
| CMYK | cmyk(7%, 0%, 17%, 1%) |
| LAB | lab(96.8 -12.7 18.3) |
| LCH | lch(96.8 22.3 124.8) |
| OKLCH | oklch(0.968 0.058 125.4) |
Copy-ready code
/* CSS */
color: #ebfcd2;
background-color: #ebfcd2;
/* Tailwind (arbitrary) */
class="text-[#ebfcd2] bg-[#ebfcd2]"
/* SCSS */
$brand: #ebfcd2;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.824)
/* Android */
Color.parseColor("#ebfcd2")Accessibility — WCAG contrast
Aa
#ebfcd2 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfcd2 on black: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue82.4%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow16.7%
Key (black)1.2%
Color previews
#ebfcd2 text on a black background
contrast 19.39:1
Card sample
#ebfcd2 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfcd2;
Background color
Panel with #ebfcd2 background
background-color: #ebfcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcd2; background: linear-gradient(135deg, #ebfcd2, #D2FCD5);