#eaeadb
a pale, soft yellow · cool · closest name: beige
RGB
234, 234, 219
HSL
60°, 26%, 89%
CMYK
0, 0, 6, 8
Luminance
0.8145
Every format
| HEX | #eaeadb |
| RGB | rgb(234, 234, 219) |
| HSL | hsl(60, 26%, 89%) |
| CMYK | cmyk(0%, 0%, 6%, 8%) |
| LAB | lab(92.3 -2.6 7.3) |
| LCH | lch(92.3 7.7 109.6) |
| OKLCH | oklch(0.933 0.020 106.8) |
Copy-ready code
/* CSS */
color: #eaeadb;
background-color: #eaeadb;
/* Tailwind (arbitrary) */
class="text-[#eaeadb] bg-[#eaeadb]"
/* SCSS */
$brand: #eaeadb;
/* SwiftUI */
Color(red: 0.918, green: 0.918, blue: 0.859)
/* Android */
Color.parseColor("#eaeadb")Accessibility — WCAG contrast
Aa
#eaeadb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaeadb on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green91.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow6.4%
Key (black)8.2%
Color previews
#eaeadb text on a black background
contrast 17.29:1
Card sample
#eaeadb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaeadb;
Background color
Panel with #eaeadb background
background-color: #eaeadb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaeadb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 234, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 234, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaeadb; background: linear-gradient(135deg, #eaeadb, #E0EADB);