#ebfadb
a pale, electric green · cool · closest name: beige
RGB
235, 250, 219
HSL
89°, 76%, 92%
CMYK
6, 0, 12, 2
Luminance
0.9115
Every format
| HEX | #ebfadb |
| RGB | rgb(235, 250, 219) |
| HSL | hsl(89, 76%, 92%) |
| CMYK | cmyk(6%, 0%, 12%, 2%) |
| LAB | lab(96.5 -10.3 13.2) |
| LCH | lch(96.5 16.7 127.9) |
| OKLCH | oklch(0.966 0.044 128.4) |
Copy-ready code
/* CSS */
color: #ebfadb;
background-color: #ebfadb;
/* Tailwind (arbitrary) */
class="text-[#ebfadb] bg-[#ebfadb]"
/* SCSS */
$brand: #ebfadb;
/* SwiftUI */
Color(red: 0.922, green: 0.980, blue: 0.859)
/* Android */
Color.parseColor("#ebfadb")Accessibility — WCAG contrast
Aa
#ebfadb on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfadb on black: 19.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.0%
Blue85.9%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow12.4%
Key (black)2.0%
Color previews
#ebfadb text on a black background
contrast 19.23:1
Card sample
#ebfadb text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfadb;
Background color
Panel with #ebfadb background
background-color: #ebfadb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfadb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 250, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 250, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfadb; background: linear-gradient(135deg, #ebfadb, #DBFAE0);