#f04ba2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 75, 162
HSL
328°, 85%, 62%
CMYK
0, 69, 33, 6
Luminance
0.2617
Every format
| HEX | #f04ba2 |
| RGB | rgb(240, 75, 162) |
| HSL | hsl(328, 85%, 62%) |
| CMYK | cmyk(0%, 69%, 33%, 6%) |
| LAB | lab(58.2 69.8 -11.5) |
| LCH | lch(58.2 70.7 350.7) |
| OKLCH | oklch(0.668 0.215 352.1) |
Copy-ready code
/* CSS */
color: #f04ba2;
background-color: #f04ba2;
/* Tailwind (arbitrary) */
class="text-[#f04ba2] bg-[#f04ba2]"
/* SCSS */
$brand: #f04ba2;
/* SwiftUI */
Color(red: 0.941, green: 0.294, blue: 0.635)
/* Android */
Color.parseColor("#f04ba2")Accessibility — WCAG contrast
Aa
#f04ba2 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f04ba2 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green29.4%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta68.7%
Yellow32.5%
Key (black)5.9%
Color previews
#f04ba2 text on a black background
contrast 6.23:1
Card sample
#f04ba2 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f04ba2;
Background color
Panel with #f04ba2 background
background-color: #f04ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f04ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 75, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 75, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f04ba2; background: linear-gradient(135deg, #f04ba2, #F0624B);