#ff45ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 69, 186
HSL
322°, 100%, 64%
CMYK
0, 73, 27, 0
Luminance
0.2906
Every format
| HEX | #ff45ba |
| RGB | rgb(255, 69, 186) |
| HSL | hsl(322, 100%, 64%) |
| CMYK | cmyk(0%, 73%, 27%, 0%) |
| LAB | lab(60.8 78.3 -21.1) |
| LCH | lch(60.8 81.1 344.9) |
| OKLCH | oklch(0.695 0.245 346.8) |
Copy-ready code
/* CSS */
color: #ff45ba;
background-color: #ff45ba;
/* Tailwind (arbitrary) */
class="text-[#ff45ba] bg-[#ff45ba]"
/* SCSS */
$brand: #ff45ba;
/* SwiftUI */
Color(red: 1.000, green: 0.271, blue: 0.729)
/* Android */
Color.parseColor("#ff45ba")Accessibility — WCAG contrast
Aa
#ff45ba on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff45ba on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green27.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta72.9%
Yellow27.1%
Key (black)0.0%
Color previews
#ff45ba text on a black background
contrast 6.81:1
Card sample
#ff45ba text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff45ba;
Background color
Panel with #ff45ba background
background-color: #ff45ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff45ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 69, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 69, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff45ba; background: linear-gradient(135deg, #ff45ba, #FF4C45);