#eb65ae
a light, electric magenta / pink · warm · closest name: orchid
RGB
235, 101, 174
HSL
327°, 77%, 66%
CMYK
0, 57, 26, 8
Luminance
0.3003
Every format
| HEX | #eb65ae |
| RGB | rgb(235, 101, 174) |
| HSL | hsl(327, 77%, 66%) |
| CMYK | cmyk(0%, 57%, 26%, 8%) |
| LAB | lab(61.7 59.3 -13.2) |
| LCH | lch(61.7 60.8 347.4) |
| OKLCH | oklch(0.694 0.182 349.1) |
Copy-ready code
/* CSS */
color: #eb65ae;
background-color: #eb65ae;
/* Tailwind (arbitrary) */
class="text-[#eb65ae] bg-[#eb65ae]"
/* SCSS */
$brand: #eb65ae;
/* SwiftUI */
Color(red: 0.922, green: 0.396, blue: 0.682)
/* Android */
Color.parseColor("#eb65ae")Accessibility — WCAG contrast
Aa
#eb65ae on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb65ae on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green39.6%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow26.0%
Key (black)7.8%
Color previews
#eb65ae text on a black background
contrast 7.01:1
Card sample
#eb65ae text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb65ae;
Background color
Panel with #eb65ae background
background-color: #eb65ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb65ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 101, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 101, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb65ae; background: linear-gradient(135deg, #eb65ae, #EB7565);