#ebc7eb
a pale, vivid magenta / pink · warm · closest name: pink
RGB
235, 199, 235
HSL
300°, 47%, 85%
CMYK
0, 15, 0, 8
Luminance
0.6451
Every format
| HEX | #ebc7eb |
| RGB | rgb(235, 199, 235) |
| HSL | hsl(300, 47%, 85%) |
| CMYK | cmyk(0%, 15%, 0%, 8%) |
| LAB | lab(84.2 18.8 -13.0) |
| LCH | lch(84.2 22.9 325.3) |
| OKLCH | oklch(0.871 0.063 326.1) |
Copy-ready code
/* CSS */
color: #ebc7eb;
background-color: #ebc7eb;
/* Tailwind (arbitrary) */
class="text-[#ebc7eb] bg-[#ebc7eb]"
/* SCSS */
$brand: #ebc7eb;
/* SwiftUI */
Color(red: 0.922, green: 0.780, blue: 0.922)
/* Android */
Color.parseColor("#ebc7eb")Accessibility — WCAG contrast
Aa
#ebc7eb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebc7eb on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green78.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ebc7eb text on a black background
contrast 13.90:1
Card sample
#ebc7eb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebc7eb;
Background color
Panel with #ebc7eb background
background-color: #ebc7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebc7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 199, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 199, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebc7eb; background: linear-gradient(135deg, #ebc7eb, #EBC7D3);