#eaeabf
a light, vivid yellow · cool · closest name: beige
RGB
234, 234, 191
HSL
60°, 51%, 83%
CMYK
0, 0, 18, 8
Luminance
0.8010
Every format
| HEX | #eaeabf |
| RGB | rgb(234, 234, 191) |
| HSL | hsl(60, 51%, 83%) |
| CMYK | cmyk(0%, 0%, 18%, 8%) |
| LAB | lab(91.7 -7.0 20.9) |
| LCH | lch(91.7 22.1 108.4) |
| OKLCH | oklch(0.926 0.056 107.4) |
Copy-ready code
/* CSS */
color: #eaeabf;
background-color: #eaeabf;
/* Tailwind (arbitrary) */
class="text-[#eaeabf] bg-[#eaeabf]"
/* SCSS */
$brand: #eaeabf;
/* SwiftUI */
Color(red: 0.918, green: 0.918, blue: 0.749)
/* Android */
Color.parseColor("#eaeabf")Accessibility — WCAG contrast
Aa
#eaeabf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaeabf on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green91.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow18.4%
Key (black)8.2%
Color previews
#eaeabf text on a black background
contrast 17.02:1
Card sample
#eaeabf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaeabf;
Background color
Panel with #eaeabf background
background-color: #eaeabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaeabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 234, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 234, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaeabf; background: linear-gradient(135deg, #eaeabf, #CDEABF);