#f0309c
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 48, 156
HSL
326°, 87%, 57%
CMYK
0, 80, 35, 6
Luminance
0.2304
Every format
| HEX | #f0309c |
| RGB | rgb(240, 48, 156) |
| HSL | hsl(326, 87%, 57%) |
| CMYK | cmyk(0%, 80%, 35%, 6%) |
| LAB | lab(55.1 77.3 -12.6) |
| LCH | lch(55.1 78.3 350.8) |
| OKLCH | oklch(0.645 0.240 352.2) |
Copy-ready code
/* CSS */
color: #f0309c;
background-color: #f0309c;
/* Tailwind (arbitrary) */
class="text-[#f0309c] bg-[#f0309c]"
/* SCSS */
$brand: #f0309c;
/* SwiftUI */
Color(red: 0.941, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#f0309c")Accessibility — WCAG contrast
Aa
#f0309c on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f0309c on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green18.8%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow35.0%
Key (black)5.9%
Color previews
#f0309c text on a black background
contrast 5.61:1
Card sample
#f0309c text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0309c;
Background color
Panel with #f0309c background
background-color: #f0309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0309c; background: linear-gradient(135deg, #f0309c, #F04430);