#f033cb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 51, 203
HSL
312°, 86%, 57%
CMYK
0, 79, 15, 6
Luminance
0.2520
Every format
| HEX | #f033cb |
| RGB | rgb(240, 51, 203) |
| HSL | hsl(312, 86%, 57%) |
| CMYK | cmyk(0%, 79%, 15%, 6%) |
| LAB | lab(57.3 82.0 -36.5) |
| LCH | lch(57.3 89.8 336.0) |
| OKLCH | oklch(0.667 0.263 337.7) |
Copy-ready code
/* CSS */
color: #f033cb;
background-color: #f033cb;
/* Tailwind (arbitrary) */
class="text-[#f033cb] bg-[#f033cb]"
/* SCSS */
$brand: #f033cb;
/* SwiftUI */
Color(red: 0.941, green: 0.200, blue: 0.796)
/* Android */
Color.parseColor("#f033cb")Accessibility — WCAG contrast
Aa
#f033cb on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f033cb on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green20.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta78.8%
Yellow15.4%
Key (black)5.9%
Color previews
#f033cb text on a black background
contrast 6.04:1
Card sample
#f033cb text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f033cb;
Background color
Panel with #f033cb background
background-color: #f033cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f033cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 51, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 51, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f033cb; background: linear-gradient(135deg, #f033cb, #F0334D);