#f321af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 33, 175
HSL
319°, 90%, 54%
CMYK
0, 86, 28, 5
Luminance
0.2324
Every format
| HEX | #f321af |
| RGB | rgb(243, 33, 175) |
| HSL | hsl(319, 90%, 54%) |
| CMYK | cmyk(0%, 86%, 28%, 5%) |
| LAB | lab(55.3 83.0 -23.4) |
| LCH | lch(55.3 86.2 344.3) |
| OKLCH | oklch(0.650 0.261 346.2) |
Copy-ready code
/* CSS */
color: #f321af;
background-color: #f321af;
/* Tailwind (arbitrary) */
class="text-[#f321af] bg-[#f321af]"
/* SCSS */
$brand: #f321af;
/* SwiftUI */
Color(red: 0.953, green: 0.129, blue: 0.686)
/* Android */
Color.parseColor("#f321af")Accessibility — WCAG contrast
Aa
#f321af on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f321af on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green12.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta86.4%
Yellow28.0%
Key (black)4.7%
Color previews
#f321af text on a black background
contrast 5.65:1
Card sample
#f321af text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f321af;
Background color
Panel with #f321af background
background-color: #f321af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f321af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 33, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 33, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f321af; background: linear-gradient(135deg, #f321af, #F32123);