#f02bcd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 43, 205
HSL
311°, 87%, 56%
CMYK
0, 82, 15, 6
Luminance
0.2466
Every format
| HEX | #f02bcd |
| RGB | rgb(240, 43, 205) |
| HSL | hsl(311, 87%, 56%) |
| CMYK | cmyk(0%, 82%, 15%, 6%) |
| LAB | lab(56.8 84.1 -38.5) |
| LCH | lch(56.8 92.5 335.4) |
| OKLCH | oklch(0.663 0.270 337.1) |
Copy-ready code
/* CSS */
color: #f02bcd;
background-color: #f02bcd;
/* Tailwind (arbitrary) */
class="text-[#f02bcd] bg-[#f02bcd]"
/* SCSS */
$brand: #f02bcd;
/* SwiftUI */
Color(red: 0.941, green: 0.169, blue: 0.804)
/* Android */
Color.parseColor("#f02bcd")Accessibility — WCAG contrast
Aa
#f02bcd on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f02bcd on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green16.9%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow14.6%
Key (black)5.9%
Color previews
#f02bcd text on a black background
contrast 5.93:1
Card sample
#f02bcd text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f02bcd;
Background color
Panel with #f02bcd background
background-color: #f02bcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f02bcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 43, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 43, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f02bcd; background: linear-gradient(135deg, #f02bcd, #F02B4A);