#ff22be
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 34, 190
HSL
318°, 100%, 57%
CMYK
0, 87, 26, 0
Luminance
0.2612
Every format
| HEX | #ff22be |
| RGB | rgb(255, 34, 190) |
| HSL | hsl(318, 100%, 57%) |
| CMYK | cmyk(0%, 87%, 26%, 0%) |
| LAB | lab(58.2 86.9 -27.5) |
| LCH | lch(58.2 91.2 342.4) |
| OKLCH | oklch(0.676 0.274 344.5) |
Copy-ready code
/* CSS */
color: #ff22be;
background-color: #ff22be;
/* Tailwind (arbitrary) */
class="text-[#ff22be] bg-[#ff22be]"
/* SCSS */
$brand: #ff22be;
/* SwiftUI */
Color(red: 1.000, green: 0.133, blue: 0.745)
/* Android */
Color.parseColor("#ff22be")Accessibility — WCAG contrast
Aa
#ff22be on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff22be on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green13.3%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta86.7%
Yellow25.5%
Key (black)0.0%
Color previews
#ff22be text on a black background
contrast 6.22:1
Card sample
#ff22be text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff22be;
Background color
Panel with #ff22be background
background-color: #ff22be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff22be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 34, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 34, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff22be; background: linear-gradient(135deg, #ff22be, #FF222B);