#f02ba3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 43, 163
HSL
324°, 87%, 56%
CMYK
0, 82, 32, 6
Luminance
0.2290
Every format
| HEX | #f02ba3 |
| RGB | rgb(240, 43, 163) |
| HSL | hsl(324, 87%, 56%) |
| CMYK | cmyk(0%, 82%, 32%, 6%) |
| LAB | lab(55.0 79.2 -16.9) |
| LCH | lch(55.0 80.9 347.9) |
| OKLCH | oklch(0.645 0.247 349.7) |
Copy-ready code
/* CSS */
color: #f02ba3;
background-color: #f02ba3;
/* Tailwind (arbitrary) */
class="text-[#f02ba3] bg-[#f02ba3]"
/* SCSS */
$brand: #f02ba3;
/* SwiftUI */
Color(red: 0.941, green: 0.169, blue: 0.639)
/* Android */
Color.parseColor("#f02ba3")Accessibility — WCAG contrast
Aa
#f02ba3 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f02ba3 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green16.9%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow32.1%
Key (black)5.9%
Color previews
#f02ba3 text on a black background
contrast 5.58:1
Card sample
#f02ba3 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f02ba3;
Background color
Panel with #f02ba3 background
background-color: #f02ba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f02ba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 43, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 43, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f02ba3; background: linear-gradient(135deg, #f02ba3, #F0372B);