#f830c2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
248, 48, 194
HSL
316°, 94%, 58%
CMYK
0, 81, 22, 3
Luminance
0.2597
Every format
| HEX | #f830c2 |
| RGB | rgb(248, 48, 194) |
| HSL | hsl(316, 94%, 58%) |
| CMYK | cmyk(0%, 81%, 22%, 3%) |
| LAB | lab(58.0 83.3 -30.1) |
| LCH | lch(58.0 88.6 340.1) |
| OKLCH | oklch(0.673 0.264 342.1) |
Copy-ready code
/* CSS */
color: #f830c2;
background-color: #f830c2;
/* Tailwind (arbitrary) */
class="text-[#f830c2] bg-[#f830c2]"
/* SCSS */
$brand: #f830c2;
/* SwiftUI */
Color(red: 0.973, green: 0.188, blue: 0.761)
/* Android */
Color.parseColor("#f830c2")Accessibility — WCAG contrast
Aa
#f830c2 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f830c2 on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green18.8%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow21.8%
Key (black)2.7%
Color previews
#f830c2 text on a black background
contrast 6.19:1
Card sample
#f830c2 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f830c2;
Background color
Panel with #f830c2 background
background-color: #f830c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f830c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 48, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 48, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f830c2; background: linear-gradient(135deg, #f830c2, #F8303C);