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