#eb829f
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 130, 159
HSL
343°, 72%, 72%
CMYK
0, 45, 32, 8
Luminance
0.3613
Every format
| HEX | #eb829f |
| RGB | rgb(235, 130, 159) |
| HSL | hsl(343, 72%, 72%) |
| CMYK | cmyk(0%, 45%, 32%, 8%) |
| LAB | lab(66.6 43.4 2.6) |
| LCH | lch(66.6 43.5 3.5) |
| OKLCH | oklch(0.729 0.132 3.2) |
Copy-ready code
/* CSS */
color: #eb829f;
background-color: #eb829f;
/* Tailwind (arbitrary) */
class="text-[#eb829f] bg-[#eb829f]"
/* SCSS */
$brand: #eb829f;
/* SwiftUI */
Color(red: 0.922, green: 0.510, blue: 0.624)
/* Android */
Color.parseColor("#eb829f")Accessibility — WCAG contrast
Aa
#eb829f on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb829f on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.0%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow32.3%
Key (black)7.8%
Color previews
#eb829f text on a black background
contrast 8.23:1
Card sample
#eb829f text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb829f;
Background color
Panel with #eb829f background
background-color: #eb829f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb829f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 130, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 130, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb829f; background: linear-gradient(135deg, #eb829f, #EBAB82);