#f03cce
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 60, 206
HSL
311°, 86%, 59%
CMYK
0, 75, 14, 6
Luminance
0.2621
Every format
| HEX | #f03cce |
| RGB | rgb(240, 60, 206) |
| HSL | hsl(311, 86%, 59%) |
| CMYK | cmyk(0%, 75%, 14%, 6%) |
| LAB | lab(58.2 80.1 -36.8) |
| LCH | lch(58.2 88.1 335.3) |
| OKLCH | oklch(0.674 0.256 337.0) |
Copy-ready code
/* CSS */
color: #f03cce;
background-color: #f03cce;
/* Tailwind (arbitrary) */
class="text-[#f03cce] bg-[#f03cce]"
/* SCSS */
$brand: #f03cce;
/* SwiftUI */
Color(red: 0.941, green: 0.235, blue: 0.808)
/* Android */
Color.parseColor("#f03cce")Accessibility — WCAG contrast
Aa
#f03cce on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f03cce on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green23.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow14.2%
Key (black)5.9%
Color previews
#f03cce text on a black background
contrast 6.24:1
Card sample
#f03cce text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f03cce;
Background color
Panel with #f03cce background
background-color: #f03cce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f03cce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 60, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 60, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f03cce; background: linear-gradient(135deg, #f03cce, #F03C56);