#ebb7eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 183, 235
HSL
300°, 57%, 82%
CMYK
0, 22, 0, 8
Luminance
0.5753
Every format
| HEX | #ebb7eb |
| RGB | rgb(235, 183, 235) |
| HSL | hsl(300, 57%, 82%) |
| CMYK | cmyk(0%, 22%, 0%, 8%) |
| LAB | lab(80.5 27.3 -18.7) |
| LCH | lch(80.5 33.1 325.7) |
| OKLCH | oklch(0.842 0.091 326.3) |
Copy-ready code
/* CSS */
color: #ebb7eb;
background-color: #ebb7eb;
/* Tailwind (arbitrary) */
class="text-[#ebb7eb] bg-[#ebb7eb]"
/* SCSS */
$brand: #ebb7eb;
/* SwiftUI */
Color(red: 0.922, green: 0.718, blue: 0.922)
/* Android */
Color.parseColor("#ebb7eb")Accessibility — WCAG contrast
Aa
#ebb7eb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebb7eb on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green71.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta22.1%
Yellow0.0%
Key (black)7.8%
Color previews
#ebb7eb text on a black background
contrast 12.51:1
Card sample
#ebb7eb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebb7eb;
Background color
Panel with #ebb7eb background
background-color: #ebb7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebb7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 183, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 183, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebb7eb; background: linear-gradient(135deg, #ebb7eb, #EBB7C8);