#eeafba
a light, vivid red · warm · closest name: pink
RGB
238, 175, 186
HSL
350°, 65%, 81%
CMYK
0, 27, 22, 7
Luminance
0.5238
Every format
| HEX | #eeafba |
| RGB | rgb(238, 175, 186) |
| HSL | hsl(350, 65%, 81%) |
| CMYK | cmyk(0%, 27%, 22%, 7%) |
| LAB | lab(77.5 24.6 3.5) |
| LCH | lch(77.5 24.8 8.1) |
| OKLCH | oklch(0.816 0.075 7.3) |
Copy-ready code
/* CSS */
color: #eeafba;
background-color: #eeafba;
/* Tailwind (arbitrary) */
class="text-[#eeafba] bg-[#eeafba]"
/* SCSS */
$brand: #eeafba;
/* SwiftUI */
Color(red: 0.933, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#eeafba")Accessibility — WCAG contrast
Aa
#eeafba on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeafba on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green68.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow21.8%
Key (black)6.7%
Color previews
#eeafba text on a black background
contrast 11.48:1
Card sample
#eeafba text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeafba;
Background color
Panel with #eeafba background
background-color: #eeafba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeafba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeafba; background: linear-gradient(135deg, #eeafba, #EECEAF);