#f833df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 51, 223
HSL
308°, 93%, 59%
CMYK
0, 79, 10, 3
Luminance
0.2765
Every format
| HEX | #f833df |
| RGB | rgb(248, 51, 223) |
| HSL | hsl(308, 93%, 59%) |
| CMYK | cmyk(0%, 79%, 10%, 3%) |
| LAB | lab(59.6 86.3 -44.2) |
| LCH | lch(59.6 97.0 332.9) |
| OKLCH | oklch(0.689 0.279 334.2) |
Copy-ready code
/* CSS */
color: #f833df;
background-color: #f833df;
/* Tailwind (arbitrary) */
class="text-[#f833df] bg-[#f833df]"
/* SCSS */
$brand: #f833df;
/* SwiftUI */
Color(red: 0.973, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#f833df")Accessibility — WCAG contrast
Aa
#f833df on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f833df on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green20.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow10.1%
Key (black)2.7%
Color previews
#f833df text on a black background
contrast 6.53:1
Card sample
#f833df text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f833df;
Background color
Panel with #f833df background
background-color: #f833df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f833df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f833df; background: linear-gradient(135deg, #f833df, #F8335C);