#f04bc3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 75, 195
HSL
316°, 85%, 62%
CMYK
0, 69, 19, 6
Luminance
0.2750
Every format
| HEX | #f04bc3 |
| RGB | rgb(240, 75, 195) |
| HSL | hsl(316, 85%, 62%) |
| CMYK | cmyk(0%, 69%, 19%, 6%) |
| LAB | lab(59.4 73.8 -28.6) |
| LCH | lch(59.4 79.2 338.8) |
| OKLCH | oklch(0.681 0.234 340.7) |
Copy-ready code
/* CSS */
color: #f04bc3;
background-color: #f04bc3;
/* Tailwind (arbitrary) */
class="text-[#f04bc3] bg-[#f04bc3]"
/* SCSS */
$brand: #f04bc3;
/* SwiftUI */
Color(red: 0.941, green: 0.294, blue: 0.765)
/* Android */
Color.parseColor("#f04bc3")Accessibility — WCAG contrast
Aa
#f04bc3 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f04bc3 on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green29.4%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta68.7%
Yellow18.8%
Key (black)5.9%
Color previews
#f04bc3 text on a black background
contrast 6.50:1
Card sample
#f04bc3 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f04bc3;
Background color
Panel with #f04bc3 background
background-color: #f04bc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f04bc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 75, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 75, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f04bc3; background: linear-gradient(135deg, #f04bc3, #F04B55);