#f04cbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 76, 191
HSL
318°, 85%, 62%
CMYK
0, 68, 20, 6
Luminance
0.2746
Every format
| HEX | #f04cbf |
| RGB | rgb(240, 76, 191) |
| HSL | hsl(318, 85%, 62%) |
| CMYK | cmyk(0%, 68%, 20%, 6%) |
| LAB | lab(59.4 73.0 -26.4) |
| LCH | lch(59.4 77.6 340.1) |
| OKLCH | oklch(0.680 0.230 342.1) |
Copy-ready code
/* CSS */
color: #f04cbf;
background-color: #f04cbf;
/* Tailwind (arbitrary) */
class="text-[#f04cbf] bg-[#f04cbf]"
/* SCSS */
$brand: #f04cbf;
/* SwiftUI */
Color(red: 0.941, green: 0.298, blue: 0.749)
/* Android */
Color.parseColor("#f04cbf")Accessibility — WCAG contrast
Aa
#f04cbf on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f04cbf on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green29.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta68.3%
Yellow20.4%
Key (black)5.9%
Color previews
#f04cbf text on a black background
contrast 6.49:1
Card sample
#f04cbf text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f04cbf;
Background color
Panel with #f04cbf background
background-color: #f04cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f04cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 76, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 76, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f04cbf; background: linear-gradient(135deg, #f04cbf, #F04C52);