#eaf5ad
a light, electric yellow · cool · closest name: khaki
RGB
234, 245, 173
HSL
69°, 78%, 82%
CMYK
5, 0, 29, 4
Luminance
0.8581
Every format
| HEX | #eaf5ad |
| RGB | rgb(234, 245, 173) |
| HSL | hsl(69, 78%, 82%) |
| CMYK | cmyk(5%, 0%, 29%, 4%) |
| LAB | lab(94.2 -14.9 33.5) |
| LCH | lch(94.2 36.7 114.0) |
| OKLCH | oklch(0.945 0.093 115.3) |
Copy-ready code
/* CSS */
color: #eaf5ad;
background-color: #eaf5ad;
/* Tailwind (arbitrary) */
class="text-[#eaf5ad] bg-[#eaf5ad]"
/* SCSS */
$brand: #eaf5ad;
/* SwiftUI */
Color(red: 0.918, green: 0.961, blue: 0.678)
/* Android */
Color.parseColor("#eaf5ad")Accessibility — WCAG contrast
Aa
#eaf5ad on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf5ad on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.1%
Blue67.8%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow29.4%
Key (black)3.9%
Color previews
#eaf5ad text on a black background
contrast 18.16:1
Card sample
#eaf5ad text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf5ad;
Background color
Panel with #eaf5ad background
background-color: #eaf5ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf5ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 245, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 245, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf5ad; background: linear-gradient(135deg, #eaf5ad, #BAF5AD);