#f74fdb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
247, 79, 219
HSL
310°, 91%, 64%
CMYK
0, 68, 11, 3
Luminance
0.3048
Every format
| HEX | #f74fdb |
| RGB | rgb(247, 79, 219) |
| HSL | hsl(310, 91%, 64%) |
| CMYK | cmyk(0%, 68%, 11%, 3%) |
| LAB | lab(62.1 77.5 -38.0) |
| LCH | lch(62.1 86.3 333.8) |
| OKLCH | oklch(0.706 0.249 335.3) |
Copy-ready code
/* CSS */
color: #f74fdb;
background-color: #f74fdb;
/* Tailwind (arbitrary) */
class="text-[#f74fdb] bg-[#f74fdb]"
/* SCSS */
$brand: #f74fdb;
/* SwiftUI */
Color(red: 0.969, green: 0.310, blue: 0.859)
/* Android */
Color.parseColor("#f74fdb")Accessibility — WCAG contrast
Aa
#f74fdb on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f74fdb on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green31.0%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow11.3%
Key (black)3.1%
Color previews
#f74fdb text on a black background
contrast 7.10:1
Card sample
#f74fdb text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f74fdb;
Background color
Panel with #f74fdb background
background-color: #f74fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f74fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 79, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 79, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f74fdb; background: linear-gradient(135deg, #f74fdb, #F74F6B);