#eeafb0
a light, vivid red · warm · closest name: pink
RGB
238, 175, 176
HSL
359°, 65%, 81%
CMYK
0, 27, 26, 7
Luminance
0.5197
Every format
| HEX | #eeafb0 |
| RGB | rgb(238, 175, 176) |
| HSL | hsl(359, 65%, 81%) |
| CMYK | cmyk(0%, 27%, 26%, 7%) |
| LAB | lab(77.3 23.1 8.6) |
| LCH | lch(77.3 24.7 20.3) |
| OKLCH | oklch(0.813 0.074 17.8) |
Copy-ready code
/* CSS */
color: #eeafb0;
background-color: #eeafb0;
/* Tailwind (arbitrary) */
class="text-[#eeafb0] bg-[#eeafb0]"
/* SCSS */
$brand: #eeafb0;
/* SwiftUI */
Color(red: 0.933, green: 0.686, blue: 0.690)
/* Android */
Color.parseColor("#eeafb0")Accessibility — WCAG contrast
Aa
#eeafb0 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeafb0 on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green68.6%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow26.1%
Key (black)6.7%
Color previews
#eeafb0 text on a black background
contrast 11.39:1
Card sample
#eeafb0 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeafb0;
Background color
Panel with #eeafb0 background
background-color: #eeafb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeafb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 175, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 175, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeafb0; background: linear-gradient(135deg, #eeafb0, #EED8AF);