#ff22ad
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 34, 173
HSL
322°, 100%, 57%
CMYK
0, 87, 32, 0
Luminance
0.2542
Every format
| HEX | #ff22ad |
| RGB | rgb(255, 34, 173) |
| HSL | hsl(322, 100%, 57%) |
| CMYK | cmyk(0%, 87%, 32%, 0%) |
| LAB | lab(57.5 85.1 -18.7) |
| LCH | lch(57.5 87.2 347.6) |
| OKLCH | oklch(0.669 0.266 349.4) |
Copy-ready code
/* CSS */
color: #ff22ad;
background-color: #ff22ad;
/* Tailwind (arbitrary) */
class="text-[#ff22ad] bg-[#ff22ad]"
/* SCSS */
$brand: #ff22ad;
/* SwiftUI */
Color(red: 1.000, green: 0.133, blue: 0.678)
/* Android */
Color.parseColor("#ff22ad")Accessibility — WCAG contrast
Aa
#ff22ad on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff22ad on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green13.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta86.7%
Yellow32.2%
Key (black)0.0%
Color previews
#ff22ad text on a black background
contrast 6.08:1
Card sample
#ff22ad text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff22ad;
Background color
Panel with #ff22ad background
background-color: #ff22ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff22ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 34, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 34, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff22ad; background: linear-gradient(135deg, #ff22ad, #FF2B22);