#ff22ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 34, 186
HSL
319°, 100%, 57%
CMYK
0, 87, 27, 0
Luminance
0.2595
Every format
| HEX | #ff22ba |
| RGB | rgb(255, 34, 186) |
| HSL | hsl(319, 100%, 57%) |
| CMYK | cmyk(0%, 87%, 27%, 0%) |
| LAB | lab(58.0 86.5 -25.5) |
| LCH | lch(58.0 90.2 343.6) |
| OKLCH | oklch(0.674 0.272 345.6) |
Copy-ready code
/* CSS */
color: #ff22ba;
background-color: #ff22ba;
/* Tailwind (arbitrary) */
class="text-[#ff22ba] bg-[#ff22ba]"
/* SCSS */
$brand: #ff22ba;
/* SwiftUI */
Color(red: 1.000, green: 0.133, blue: 0.729)
/* Android */
Color.parseColor("#ff22ba")Accessibility — WCAG contrast
Aa
#ff22ba on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff22ba on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green13.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta86.7%
Yellow27.1%
Key (black)0.0%
Color previews
#ff22ba text on a black background
contrast 6.19:1
Card sample
#ff22ba text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff22ba;
Background color
Panel with #ff22ba background
background-color: #ff22ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff22ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 34, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 34, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff22ba; background: linear-gradient(135deg, #ff22ba, #FF2227);