#f033bc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 51, 188
HSL
317°, 86%, 57%
CMYK
0, 79, 22, 6
Luminance
0.2452
Every format
| HEX | #f033bc |
| RGB | rgb(240, 51, 188) |
| HSL | hsl(317, 86%, 57%) |
| CMYK | cmyk(0%, 79%, 22%, 6%) |
| LAB | lab(56.6 80.1 -29.0) |
| LCH | lch(56.6 85.2 340.1) |
| OKLCH | oklch(0.660 0.254 342.1) |
Copy-ready code
/* CSS */
color: #f033bc;
background-color: #f033bc;
/* Tailwind (arbitrary) */
class="text-[#f033bc] bg-[#f033bc]"
/* SCSS */
$brand: #f033bc;
/* SwiftUI */
Color(red: 0.941, green: 0.200, blue: 0.737)
/* Android */
Color.parseColor("#f033bc")Accessibility — WCAG contrast
Aa
#f033bc on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f033bc on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green20.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta78.8%
Yellow21.7%
Key (black)5.9%
Color previews
#f033bc text on a black background
contrast 5.90:1
Card sample
#f033bc text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f033bc;
Background color
Panel with #f033bc background
background-color: #f033bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f033bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 51, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 51, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f033bc; background: linear-gradient(135deg, #f033bc, #F0333E);