#f22daf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
242, 45, 175
HSL
320°, 88%, 56%
CMYK
0, 81, 28, 5
Luminance
0.2385
Every format
| HEX | #f22daf |
| RGB | rgb(242, 45, 175) |
| HSL | hsl(320, 88%, 56%) |
| CMYK | cmyk(0%, 81%, 28%, 5%) |
| LAB | lab(55.9 80.5 -22.4) |
| LCH | lch(55.9 83.5 344.4) |
| OKLCH | oklch(0.654 0.252 346.4) |
Copy-ready code
/* CSS */
color: #f22daf;
background-color: #f22daf;
/* Tailwind (arbitrary) */
class="text-[#f22daf] bg-[#f22daf]"
/* SCSS */
$brand: #f22daf;
/* SwiftUI */
Color(red: 0.949, green: 0.176, blue: 0.686)
/* Android */
Color.parseColor("#f22daf")Accessibility — WCAG contrast
Aa
#f22daf on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f22daf on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green17.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta81.4%
Yellow27.7%
Key (black)5.1%
Color previews
#f22daf text on a black background
contrast 5.77:1
Card sample
#f22daf text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f22daf;
Background color
Panel with #f22daf background
background-color: #f22daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f22daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 45, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 45, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f22daf; background: linear-gradient(135deg, #f22daf, #F22E2D);