#f032ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 50, 171
HSL
322°, 86%, 57%
CMYK
0, 79, 29, 6
Luminance
0.2375
Every format
| HEX | #f032ab |
| RGB | rgb(240, 50, 171) |
| HSL | hsl(322, 86%, 57%) |
| CMYK | cmyk(0%, 79%, 29%, 6%) |
| LAB | lab(55.8 78.4 -20.3) |
| LCH | lch(55.8 81.0 345.5) |
| OKLCH | oklch(0.652 0.245 347.4) |
Copy-ready code
/* CSS */
color: #f032ab;
background-color: #f032ab;
/* Tailwind (arbitrary) */
class="text-[#f032ab] bg-[#f032ab]"
/* SCSS */
$brand: #f032ab;
/* SwiftUI */
Color(red: 0.941, green: 0.196, blue: 0.671)
/* Android */
Color.parseColor("#f032ab")Accessibility — WCAG contrast
Aa
#f032ab on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f032ab on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green19.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow28.8%
Key (black)5.9%
Color previews
#f032ab text on a black background
contrast 5.75:1
Card sample
#f032ab text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f032ab;
Background color
Panel with #f032ab background
background-color: #f032ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f032ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 50, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 50, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f032ab; background: linear-gradient(135deg, #f032ab, #F03832);