#f031af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 49, 175
HSL
320°, 86%, 57%
CMYK
0, 80, 27, 6
Luminance
0.2382
Every format
| HEX | #f031af |
| RGB | rgb(240, 49, 175) |
| HSL | hsl(320, 86%, 57%) |
| CMYK | cmyk(0%, 80%, 27%, 6%) |
| LAB | lab(55.9 79.1 -22.5) |
| LCH | lch(55.9 82.2 344.1) |
| OKLCH | oklch(0.653 0.248 346.1) |
Copy-ready code
/* CSS */
color: #f031af;
background-color: #f031af;
/* Tailwind (arbitrary) */
class="text-[#f031af] bg-[#f031af]"
/* SCSS */
$brand: #f031af;
/* SwiftUI */
Color(red: 0.941, green: 0.192, blue: 0.686)
/* Android */
Color.parseColor("#f031af")Accessibility — WCAG contrast
Aa
#f031af on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f031af on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green19.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta79.6%
Yellow27.1%
Key (black)5.9%
Color previews
#f031af text on a black background
contrast 5.76:1
Card sample
#f031af text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f031af;
Background color
Panel with #f031af background
background-color: #f031af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f031af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 49, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 49, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f031af; background: linear-gradient(135deg, #f031af, #F03231);