#ff11b3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 17, 179
HSL
319°, 100%, 53%
CMYK
0, 93, 30, 0
Luminance
0.2492
Every format
| HEX | #ff11b3 |
| RGB | rgb(255, 17, 179) |
| HSL | hsl(319, 100%, 53%) |
| CMYK | cmyk(0%, 93%, 30%, 0%) |
| LAB | lab(57.0 87.8 -22.9) |
| LCH | lch(57.0 90.8 345.4) |
| OKLCH | oklch(0.666 0.276 347.3) |
Copy-ready code
/* CSS */
color: #ff11b3;
background-color: #ff11b3;
/* Tailwind (arbitrary) */
class="text-[#ff11b3] bg-[#ff11b3]"
/* SCSS */
$brand: #ff11b3;
/* SwiftUI */
Color(red: 1.000, green: 0.067, blue: 0.702)
/* Android */
Color.parseColor("#ff11b3")Accessibility — WCAG contrast
Aa
#ff11b3 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff11b3 on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green6.7%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow29.8%
Key (black)0.0%
Color previews
#ff11b3 text on a black background
contrast 5.98:1
Card sample
#ff11b3 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff11b3;
Background color
Panel with #ff11b3 background
background-color: #ff11b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff11b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 17, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 17, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff11b3; background: linear-gradient(135deg, #ff11b3, #FF1114);