#ff45eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 69, 235
HSL
307°, 100%, 64%
CMYK
0, 73, 8, 0
Luminance
0.3151
Every format
| HEX | #ff45eb |
| RGB | rgb(255, 69, 235) |
| HSL | hsl(307, 100%, 64%) |
| CMYK | cmyk(0%, 73%, 8%, 0%) |
| LAB | lab(62.9 84.7 -45.5) |
| LCH | lch(62.9 96.2 331.7) |
| OKLCH | oklch(0.717 0.274 332.9) |
Copy-ready code
/* CSS */
color: #ff45eb;
background-color: #ff45eb;
/* Tailwind (arbitrary) */
class="text-[#ff45eb] bg-[#ff45eb]"
/* SCSS */
$brand: #ff45eb;
/* SwiftUI */
Color(red: 1.000, green: 0.271, blue: 0.922)
/* Android */
Color.parseColor("#ff45eb")Accessibility — WCAG contrast
Aa
#ff45eb on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff45eb on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green27.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta72.9%
Yellow7.8%
Key (black)0.0%
Color previews
#ff45eb text on a black background
contrast 7.30:1
Card sample
#ff45eb text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff45eb;
Background color
Panel with #ff45eb background
background-color: #ff45eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff45eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 69, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 69, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff45eb; background: linear-gradient(135deg, #ff45eb, #FF456F);