#f04dbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 77, 187
HSL
320°, 85%, 62%
CMYK
0, 68, 22, 6
Luminance
0.2742
Every format
| HEX | #f04dbb |
| RGB | rgb(240, 77, 187) |
| HSL | hsl(320, 85%, 62%) |
| CMYK | cmyk(0%, 68%, 22%, 6%) |
| LAB | lab(59.4 72.1 -24.1) |
| LCH | lch(59.4 76.0 341.5) |
| OKLCH | oklch(0.680 0.226 343.4) |
Copy-ready code
/* CSS */
color: #f04dbb;
background-color: #f04dbb;
/* Tailwind (arbitrary) */
class="text-[#f04dbb] bg-[#f04dbb]"
/* SCSS */
$brand: #f04dbb;
/* SwiftUI */
Color(red: 0.941, green: 0.302, blue: 0.733)
/* Android */
Color.parseColor("#f04dbb")Accessibility — WCAG contrast
Aa
#f04dbb on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f04dbb on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green30.2%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta67.9%
Yellow22.1%
Key (black)5.9%
Color previews
#f04dbb text on a black background
contrast 6.48:1
Card sample
#f04dbb text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f04dbb;
Background color
Panel with #f04dbb background
background-color: #f04dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f04dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 77, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 77, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f04dbb; background: linear-gradient(135deg, #f04dbb, #F04D4F);