#eaeabc
a light, vivid yellow · cool · closest name: beige
RGB
234, 234, 188
HSL
60°, 52%, 83%
CMYK
0, 0, 20, 8
Luminance
0.7997
Every format
| HEX | #eaeabc |
| RGB | rgb(234, 234, 188) |
| HSL | hsl(60, 52%, 83%) |
| CMYK | cmyk(0%, 0%, 20%, 8%) |
| LAB | lab(91.7 -7.4 22.4) |
| LCH | lch(91.7 23.6 108.3) |
| OKLCH | oklch(0.926 0.060 107.5) |
Copy-ready code
/* CSS */
color: #eaeabc;
background-color: #eaeabc;
/* Tailwind (arbitrary) */
class="text-[#eaeabc] bg-[#eaeabc]"
/* SCSS */
$brand: #eaeabc;
/* SwiftUI */
Color(red: 0.918, green: 0.918, blue: 0.737)
/* Android */
Color.parseColor("#eaeabc")Accessibility — WCAG contrast
Aa
#eaeabc on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaeabc on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green91.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow19.7%
Key (black)8.2%
Color previews
#eaeabc text on a black background
contrast 16.99:1
Card sample
#eaeabc text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaeabc;
Background color
Panel with #eaeabc background
background-color: #eaeabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaeabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 234, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 234, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaeabc; background: linear-gradient(135deg, #eaeabc, #CBEABC);