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