#ff95eb
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 149, 235
HSL
311°, 100%, 79%
CMYK
0, 42, 8, 0
Luminance
0.4875
Every format
| HEX | #ff95eb |
| RGB | rgb(255, 149, 235) |
| HSL | hsl(311, 100%, 79%) |
| CMYK | cmyk(0%, 42%, 8%, 0%) |
| LAB | lab(75.3 51.4 -26.4) |
| LCH | lch(75.3 57.8 332.9) |
| OKLCH | oklch(0.808 0.164 334.3) |
Copy-ready code
/* CSS */
color: #ff95eb;
background-color: #ff95eb;
/* Tailwind (arbitrary) */
class="text-[#ff95eb] bg-[#ff95eb]"
/* SCSS */
$brand: #ff95eb;
/* SwiftUI */
Color(red: 1.000, green: 0.584, blue: 0.922)
/* Android */
Color.parseColor("#ff95eb")Accessibility — WCAG contrast
Aa
#ff95eb on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff95eb on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green58.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta41.6%
Yellow7.8%
Key (black)0.0%
Color previews
#ff95eb text on a black background
contrast 10.75:1
Card sample
#ff95eb text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff95eb;
Background color
Panel with #ff95eb background
background-color: #ff95eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff95eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 149, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 149, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff95eb; background: linear-gradient(135deg, #ff95eb, #FF95A4);