#f830df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 48, 223
HSL
308°, 94%, 58%
CMYK
0, 81, 10, 3
Luminance
0.2740
Every format
| HEX | #f830df |
| RGB | rgb(248, 48, 223) |
| HSL | hsl(308, 94%, 58%) |
| CMYK | cmyk(0%, 81%, 10%, 3%) |
| LAB | lab(59.4 87.0 -44.6) |
| LCH | lch(59.4 97.8 332.9) |
| OKLCH | oklch(0.687 0.281 334.2) |
Copy-ready code
/* CSS */
color: #f830df;
background-color: #f830df;
/* Tailwind (arbitrary) */
class="text-[#f830df] bg-[#f830df]"
/* SCSS */
$brand: #f830df;
/* SwiftUI */
Color(red: 0.973, green: 0.188, blue: 0.875)
/* Android */
Color.parseColor("#f830df")Accessibility — WCAG contrast
Aa
#f830df on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f830df on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green18.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow10.1%
Key (black)2.7%
Color previews
#f830df text on a black background
contrast 6.48:1
Card sample
#f830df text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f830df;
Background color
Panel with #f830df background
background-color: #f830df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f830df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 48, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 48, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f830df; background: linear-gradient(135deg, #f830df, #F83059);