#f02cbc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 44, 188
HSL
316°, 87%, 56%
CMYK
0, 82, 22, 6
Luminance
0.2396
Every format
| HEX | #f02cbc |
| RGB | rgb(240, 44, 188) |
| HSL | hsl(316, 87%, 56%) |
| CMYK | cmyk(0%, 82%, 22%, 6%) |
| LAB | lab(56.0 81.8 -29.8) |
| LCH | lch(56.0 87.0 339.9) |
| OKLCH | oklch(0.656 0.259 341.9) |
Copy-ready code
/* CSS */
color: #f02cbc;
background-color: #f02cbc;
/* Tailwind (arbitrary) */
class="text-[#f02cbc] bg-[#f02cbc]"
/* SCSS */
$brand: #f02cbc;
/* SwiftUI */
Color(red: 0.941, green: 0.173, blue: 0.737)
/* Android */
Color.parseColor("#f02cbc")Accessibility — WCAG contrast
Aa
#f02cbc on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f02cbc on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green17.3%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow21.7%
Key (black)5.9%
Color previews
#f02cbc text on a black background
contrast 5.79:1
Card sample
#f02cbc text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f02cbc;
Background color
Panel with #f02cbc background
background-color: #f02cbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f02cbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 44, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 44, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f02cbc; background: linear-gradient(135deg, #f02cbc, #F02C39);