#f24dbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
242, 77, 187
HSL
320°, 86%, 63%
CMYK
0, 68, 23, 5
Luminance
0.2777
Every format
| HEX | #f24dbb |
| RGB | rgb(242, 77, 187) |
| HSL | hsl(320, 86%, 63%) |
| CMYK | cmyk(0%, 68%, 23%, 5%) |
| LAB | lab(59.7 72.6 -23.6) |
| LCH | lch(59.7 76.3 342.0) |
| OKLCH | oklch(0.682 0.228 343.9) |
Copy-ready code
/* CSS */
color: #f24dbb;
background-color: #f24dbb;
/* Tailwind (arbitrary) */
class="text-[#f24dbb] bg-[#f24dbb]"
/* SCSS */
$brand: #f24dbb;
/* SwiftUI */
Color(red: 0.949, green: 0.302, blue: 0.733)
/* Android */
Color.parseColor("#f24dbb")Accessibility — WCAG contrast
Aa
#f24dbb on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f24dbb on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green30.2%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta68.2%
Yellow22.7%
Key (black)5.1%
Color previews
#f24dbb text on a black background
contrast 6.55:1
Card sample
#f24dbb text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f24dbb;
Background color
Panel with #f24dbb background
background-color: #f24dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f24dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 77, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 77, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f24dbb; background: linear-gradient(135deg, #f24dbb, #F24D4D);