#f83dba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
248, 61, 186
HSL
320°, 93%, 61%
CMYK
0, 75, 25, 3
Luminance
0.2684
Every format
| HEX | #f83dba |
| RGB | rgb(248, 61, 186) |
| HSL | hsl(320, 93%, 61%) |
| CMYK | cmyk(0%, 75%, 25%, 3%) |
| LAB | lab(58.8 79.0 -24.3) |
| LCH | lch(58.8 82.7 342.9) |
| OKLCH | oklch(0.678 0.248 344.9) |
Copy-ready code
/* CSS */
color: #f83dba;
background-color: #f83dba;
/* Tailwind (arbitrary) */
class="text-[#f83dba] bg-[#f83dba]"
/* SCSS */
$brand: #f83dba;
/* SwiftUI */
Color(red: 0.973, green: 0.239, blue: 0.729)
/* Android */
Color.parseColor("#f83dba")Accessibility — WCAG contrast
Aa
#f83dba on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f83dba on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green23.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta75.4%
Yellow25.0%
Key (black)2.7%
Color previews
#f83dba text on a black background
contrast 6.37:1
Card sample
#f83dba text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f83dba;
Background color
Panel with #f83dba background
background-color: #f83dba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f83dba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 61, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 61, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f83dba; background: linear-gradient(135deg, #f83dba, #F83D3D);