#ff22fc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 34, 252
HSL
301°, 100%, 57%
CMYK
0, 87, 1, 0
Luminance
0.2943
Every format
| HEX | #ff22fc |
| RGB | rgb(255, 34, 252) |
| HSL | hsl(301, 100%, 57%) |
| CMYK | cmyk(0%, 87%, 1%, 0%) |
| LAB | lab(61.2 94.8 -57.8) |
| LCH | lch(61.2 111.1 328.6) |
| OKLCH | oklch(0.707 0.311 328.9) |
Copy-ready code
/* CSS */
color: #ff22fc;
background-color: #ff22fc;
/* Tailwind (arbitrary) */
class="text-[#ff22fc] bg-[#ff22fc]"
/* SCSS */
$brand: #ff22fc;
/* SwiftUI */
Color(red: 1.000, green: 0.133, blue: 0.988)
/* Android */
Color.parseColor("#ff22fc")Accessibility — WCAG contrast
Aa
#ff22fc on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff22fc on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green13.3%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta86.7%
Yellow1.2%
Key (black)0.0%
Color previews
#ff22fc text on a black background
contrast 6.89:1
Card sample
#ff22fc text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff22fc;
Background color
Panel with #ff22fc background
background-color: #ff22fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff22fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 34, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 34, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff22fc; background: linear-gradient(135deg, #ff22fc, #FF2269);