#f02dac
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 45, 172
HSL
321°, 87%, 56%
CMYK
0, 81, 28, 6
Luminance
0.2338
Every format
| HEX | #f02dac |
| RGB | rgb(240, 45, 172) |
| HSL | hsl(321, 87%, 56%) |
| CMYK | cmyk(0%, 81%, 28%, 6%) |
| LAB | lab(55.5 79.7 -21.4) |
| LCH | lch(55.5 82.5 344.9) |
| OKLCH | oklch(0.649 0.250 346.9) |
Copy-ready code
/* CSS */
color: #f02dac;
background-color: #f02dac;
/* Tailwind (arbitrary) */
class="text-[#f02dac] bg-[#f02dac]"
/* SCSS */
$brand: #f02dac;
/* SwiftUI */
Color(red: 0.941, green: 0.176, blue: 0.675)
/* Android */
Color.parseColor("#f02dac")Accessibility — WCAG contrast
Aa
#f02dac on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f02dac on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green17.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta81.3%
Yellow28.3%
Key (black)5.9%
Color previews
#f02dac text on a black background
contrast 5.68:1
Card sample
#f02dac text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f02dac;
Background color
Panel with #f02dac background
background-color: #f02dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f02dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 45, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 45, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f02dac; background: linear-gradient(135deg, #f02dac, #F0302D);