#e69bac
a light, vivid red · warm · closest name: pink
RGB
230, 155, 172
HSL
346°, 60%, 76%
CMYK
0, 33, 25, 10
Luminance
0.4324
Every format
| HEX | #e69bac |
| RGB | rgb(230, 155, 172) |
| HSL | hsl(346, 60%, 76%) |
| CMYK | cmyk(0%, 33%, 25%, 10%) |
| LAB | lab(71.7 30.3 2.7) |
| LCH | lch(71.7 30.4 5.0) |
| OKLCH | oklch(0.768 0.092 4.6) |
Copy-ready code
/* CSS */
color: #e69bac;
background-color: #e69bac;
/* Tailwind (arbitrary) */
class="text-[#e69bac] bg-[#e69bac]"
/* SCSS */
$brand: #e69bac;
/* SwiftUI */
Color(red: 0.902, green: 0.608, blue: 0.675)
/* Android */
Color.parseColor("#e69bac")Accessibility — WCAG contrast
Aa
#e69bac on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e69bac on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green60.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta32.6%
Yellow25.2%
Key (black)9.8%
Color previews
#e69bac text on a black background
contrast 9.65:1
Card sample
#e69bac text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e69bac;
Background color
Panel with #e69bac background
background-color: #e69bac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e69bac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 155, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 155, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e69bac; background: linear-gradient(135deg, #e69bac, #E6BC9B);