#ff119b
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 17, 155
HSL
325°, 100%, 53%
CMYK
0, 93, 39, 0
Luminance
0.2403
Every format
| HEX | #ff119b |
| RGB | rgb(255, 17, 155) |
| HSL | hsl(325, 100%, 53%) |
| CMYK | cmyk(0%, 93%, 39%, 0%) |
| LAB | lab(56.1 85.5 -10.2) |
| LCH | lch(56.1 86.1 353.2) |
| OKLCH | oklch(0.657 0.265 354.4) |
Copy-ready code
/* CSS */
color: #ff119b;
background-color: #ff119b;
/* Tailwind (arbitrary) */
class="text-[#ff119b] bg-[#ff119b]"
/* SCSS */
$brand: #ff119b;
/* SwiftUI */
Color(red: 1.000, green: 0.067, blue: 0.608)
/* Android */
Color.parseColor("#ff119b")Accessibility — WCAG contrast
Aa
#ff119b on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff119b on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green6.7%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow39.2%
Key (black)0.0%
Color previews
#ff119b text on a black background
contrast 5.81:1
Card sample
#ff119b text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff119b;
Background color
Panel with #ff119b background
background-color: #ff119b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff119b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 17, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 17, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff119b; background: linear-gradient(135deg, #ff119b, #FF2511);