#f13dbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
241, 61, 187
HSL
318°, 87%, 59%
CMYK
0, 75, 22, 6
Luminance
0.2563
Every format
| HEX | #f13dbb |
| RGB | rgb(241, 61, 187) |
| HSL | hsl(318, 87%, 59%) |
| CMYK | cmyk(0%, 75%, 22%, 6%) |
| LAB | lab(57.7 77.5 -26.7) |
| LCH | lch(57.7 82.0 341.0) |
| OKLCH | oklch(0.668 0.244 343.0) |
Copy-ready code
/* CSS */
color: #f13dbb;
background-color: #f13dbb;
/* Tailwind (arbitrary) */
class="text-[#f13dbb] bg-[#f13dbb]"
/* SCSS */
$brand: #f13dbb;
/* SwiftUI */
Color(red: 0.945, green: 0.239, blue: 0.733)
/* Android */
Color.parseColor("#f13dbb")Accessibility — WCAG contrast
Aa
#f13dbb on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f13dbb on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green23.9%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta74.7%
Yellow22.4%
Key (black)5.5%
Color previews
#f13dbb text on a black background
contrast 6.13:1
Card sample
#f13dbb text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f13dbb;
Background color
Panel with #f13dbb background
background-color: #f13dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f13dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 61, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 61, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f13dbb; background: linear-gradient(135deg, #f13dbb, #F13D43);