#ff75eb
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 117, 235
HSL
309°, 100%, 73%
CMYK
0, 54, 8, 0
Luminance
0.3998
Every format
| HEX | #ff75eb |
| RGB | rgb(255, 117, 235) |
| HSL | hsl(309, 100%, 73%) |
| CMYK | cmyk(0%, 54%, 8%, 0%) |
| LAB | lab(69.5 66.7 -35.4) |
| LCH | lch(69.5 75.5 332.1) |
| OKLCH | oklch(0.764 0.214 333.3) |
Copy-ready code
/* CSS */
color: #ff75eb;
background-color: #ff75eb;
/* Tailwind (arbitrary) */
class="text-[#ff75eb] bg-[#ff75eb]"
/* SCSS */
$brand: #ff75eb;
/* SwiftUI */
Color(red: 1.000, green: 0.459, blue: 0.922)
/* Android */
Color.parseColor("#ff75eb")Accessibility — WCAG contrast
Aa
#ff75eb on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff75eb on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green45.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow7.8%
Key (black)0.0%
Color previews
#ff75eb text on a black background
contrast 9.00:1
Card sample
#ff75eb text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff75eb;
Background color
Panel with #ff75eb background
background-color: #ff75eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff75eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 117, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 117, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff75eb; background: linear-gradient(135deg, #ff75eb, #FF758F);