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