#ebfcdc
a pale, electric green · cool · closest name: beige
RGB
235, 252, 220
HSL
92°, 84%, 93%
CMYK
7, 0, 13, 1
Luminance
0.9245
Every format
| HEX | #ebfcdc |
| RGB | rgb(235, 252, 220) |
| HSL | hsl(92, 84%, 93%) |
| CMYK | cmyk(7%, 0%, 13%, 1%) |
| LAB | lab(97.0 -11.1 13.4) |
| LCH | lch(97.0 17.4 129.6) |
| OKLCH | oklch(0.970 0.046 130.2) |
Copy-ready code
/* CSS */
color: #ebfcdc;
background-color: #ebfcdc;
/* Tailwind (arbitrary) */
class="text-[#ebfcdc] bg-[#ebfcdc]"
/* SCSS */
$brand: #ebfcdc;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.863)
/* Android */
Color.parseColor("#ebfcdc")Accessibility — WCAG contrast
Aa
#ebfcdc on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfcdc on black: 19.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue86.3%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow12.7%
Key (black)1.2%
Color previews
#ebfcdc text on a black background
contrast 19.49:1
Card sample
#ebfcdc text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfcdc;
Background color
Panel with #ebfcdc background
background-color: #ebfcdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfcdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcdc; background: linear-gradient(135deg, #ebfcdc, #DCFCE2);