#f83dbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
248, 61, 191
HSL
318°, 93%, 61%
CMYK
0, 75, 23, 3
Luminance
0.2706
Every format
| HEX | #f83dbf |
| RGB | rgb(248, 61, 191) |
| HSL | hsl(318, 93%, 61%) |
| CMYK | cmyk(0%, 75%, 23%, 3%) |
| LAB | lab(59.0 79.6 -26.9) |
| LCH | lch(59.0 84.0 341.4) |
| OKLCH | oklch(0.680 0.251 343.4) |
Copy-ready code
/* CSS */
color: #f83dbf;
background-color: #f83dbf;
/* Tailwind (arbitrary) */
class="text-[#f83dbf] bg-[#f83dbf]"
/* SCSS */
$brand: #f83dbf;
/* SwiftUI */
Color(red: 0.973, green: 0.239, blue: 0.749)
/* Android */
Color.parseColor("#f83dbf")Accessibility — WCAG contrast
Aa
#f83dbf on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f83dbf on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green23.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta75.4%
Yellow23.0%
Key (black)2.7%
Color previews
#f83dbf text on a black background
contrast 6.41:1
Card sample
#f83dbf text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f83dbf;
Background color
Panel with #f83dbf background
background-color: #f83dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f83dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 61, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 61, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f83dbf; background: linear-gradient(135deg, #f83dbf, #F83D42);