#f874fd
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 116, 253
HSL
298°, 97%, 72%
CMYK
2, 54, 0, 1
Luminance
0.3954
Every format
| HEX | #f874fd |
| RGB | rgb(248, 116, 253) |
| HSL | hsl(298, 97%, 72%) |
| CMYK | cmyk(2%, 54%, 0%, 1%) |
| LAB | lab(69.1 68.2 -45.8) |
| LCH | lch(69.1 82.2 326.1) |
| OKLCH | oklch(0.763 0.227 326.1) |
Copy-ready code
/* CSS */
color: #f874fd;
background-color: #f874fd;
/* Tailwind (arbitrary) */
class="text-[#f874fd] bg-[#f874fd]"
/* SCSS */
$brand: #f874fd;
/* SwiftUI */
Color(red: 0.973, green: 0.455, blue: 0.992)
/* Android */
Color.parseColor("#f874fd")Accessibility — WCAG contrast
Aa
#f874fd on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f874fd on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green45.5%
Blue99.2%
CMYK percentages
Cyan2.0%
Magenta54.2%
Yellow0.0%
Key (black)0.8%
Color previews
#f874fd text on a black background
contrast 8.91:1
Card sample
#f874fd text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f874fd;
Background color
Panel with #f874fd background
background-color: #f874fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f874fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 116, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 116, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f874fd; background: linear-gradient(135deg, #f874fd, #FD74A7);