#ead2ab
a light, vivid orange · warm · closest name: tan
RGB
234, 210, 171
HSL
37°, 60%, 79%
CMYK
0, 10, 27, 8
Luminance
0.6653
Every format
| HEX | #ead2ab |
| RGB | rgb(234, 210, 171) |
| HSL | hsl(37, 60%, 79%) |
| CMYK | cmyk(0%, 10%, 27%, 8%) |
| LAB | lab(85.3 2.5 22.4) |
| LCH | lch(85.3 22.6 83.6) |
| OKLCH | oklch(0.874 0.058 79.8) |
Copy-ready code
/* CSS */
color: #ead2ab;
background-color: #ead2ab;
/* Tailwind (arbitrary) */
class="text-[#ead2ab] bg-[#ead2ab]"
/* SCSS */
$brand: #ead2ab;
/* SwiftUI */
Color(red: 0.918, green: 0.824, blue: 0.671)
/* Android */
Color.parseColor("#ead2ab")Accessibility — WCAG contrast
Aa
#ead2ab on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ead2ab on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green82.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow26.9%
Key (black)8.2%
Color previews
#ead2ab text on a black background
contrast 14.31:1
Card sample
#ead2ab text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ead2ab;
Background color
Panel with #ead2ab background
background-color: #ead2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ead2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 210, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 210, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ead2ab; background: linear-gradient(135deg, #ead2ab, #D8EAAB);