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