#eaf3ba
a light, vivid yellow · cool · closest name: beige
RGB
234, 243, 186
HSL
70°, 70%, 84%
CMYK
4, 0, 24, 5
Luminance
0.8514
Every format
| HEX | #eaf3ba |
| RGB | rgb(234, 243, 186) |
| HSL | hsl(70, 70%, 84%) |
| CMYK | cmyk(4%, 0%, 24%, 5%) |
| LAB | lab(93.9 -12.2 26.6) |
| LCH | lch(93.9 29.2 114.6) |
| OKLCH | oklch(0.943 0.074 115.1) |
Copy-ready code
/* CSS */
color: #eaf3ba;
background-color: #eaf3ba;
/* Tailwind (arbitrary) */
class="text-[#eaf3ba] bg-[#eaf3ba]"
/* SCSS */
$brand: #eaf3ba;
/* SwiftUI */
Color(red: 0.918, green: 0.953, blue: 0.729)
/* Android */
Color.parseColor("#eaf3ba")Accessibility — WCAG contrast
Aa
#eaf3ba on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf3ba on black: 18.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green95.3%
Blue72.9%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow23.5%
Key (black)4.7%
Color previews
#eaf3ba text on a black background
contrast 18.03:1
Card sample
#eaf3ba text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf3ba;
Background color
Panel with #eaf3ba background
background-color: #eaf3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 243, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 243, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf3ba; background: linear-gradient(135deg, #eaf3ba, #C4F3BA);