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