#eb8feb
a light, vivid magenta / pink · warm · closest name: violet
RGB
235, 143, 235
HSL
300°, 70%, 74%
CMYK
0, 39, 0, 8
Luminance
0.4331
Every format
| HEX | #eb8feb |
| RGB | rgb(235, 143, 235) |
| HSL | hsl(300, 70%, 74%) |
| CMYK | cmyk(0%, 39%, 0%, 8%) |
| LAB | lab(71.8 48.4 -32.0) |
| LCH | lch(71.8 58.0 326.5) |
| OKLCH | oklch(0.776 0.160 327.0) |
Copy-ready code
/* CSS */
color: #eb8feb;
background-color: #eb8feb;
/* Tailwind (arbitrary) */
class="text-[#eb8feb] bg-[#eb8feb]"
/* SCSS */
$brand: #eb8feb;
/* SwiftUI */
Color(red: 0.922, green: 0.561, blue: 0.922)
/* Android */
Color.parseColor("#eb8feb")Accessibility — WCAG contrast
Aa
#eb8feb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8feb on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow0.0%
Key (black)7.8%
Color previews
#eb8feb text on a black background
contrast 9.66:1
Card sample
#eb8feb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8feb;
Background color
Panel with #eb8feb background
background-color: #eb8feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 143, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 143, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8feb; background: linear-gradient(135deg, #eb8feb, #EB8FAE);