#f02dbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 45, 191
HSL
315°, 87%, 56%
CMYK
0, 81, 20, 6
Luminance
0.2416
Every format
| HEX | #f02dbf |
| RGB | rgb(240, 45, 191) |
| HSL | hsl(315, 87%, 56%) |
| CMYK | cmyk(0%, 81%, 20%, 6%) |
| LAB | lab(56.3 81.9 -31.3) |
| LCH | lch(56.3 87.7 339.1) |
| OKLCH | oklch(0.658 0.260 341.1) |
Copy-ready code
/* CSS */
color: #f02dbf;
background-color: #f02dbf;
/* Tailwind (arbitrary) */
class="text-[#f02dbf] bg-[#f02dbf]"
/* SCSS */
$brand: #f02dbf;
/* SwiftUI */
Color(red: 0.941, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#f02dbf")Accessibility — WCAG contrast
Aa
#f02dbf on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f02dbf on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green17.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta81.3%
Yellow20.4%
Key (black)5.9%
Color previews
#f02dbf text on a black background
contrast 5.83:1
Card sample
#f02dbf text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f02dbf;
Background color
Panel with #f02dbf background
background-color: #f02dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f02dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f02dbf; background: linear-gradient(135deg, #f02dbf, #F02D3D);