#f674df
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 116, 223
HSL
311°, 88%, 71%
CMYK
0, 53, 9, 4
Luminance
0.3741
Every format
| HEX | #f674df |
| RGB | rgb(246, 116, 223) |
| HSL | hsl(311, 88%, 71%) |
| CMYK | cmyk(0%, 53%, 9%, 4%) |
| LAB | lab(67.6 62.8 -31.7) |
| LCH | lch(67.6 70.3 333.2) |
| OKLCH | oklch(0.746 0.201 334.6) |
Copy-ready code
/* CSS */
color: #f674df;
background-color: #f674df;
/* Tailwind (arbitrary) */
class="text-[#f674df] bg-[#f674df]"
/* SCSS */
$brand: #f674df;
/* SwiftUI */
Color(red: 0.965, green: 0.455, blue: 0.875)
/* Android */
Color.parseColor("#f674df")Accessibility — WCAG contrast
Aa
#f674df on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f674df on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green45.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta52.8%
Yellow9.3%
Key (black)3.5%
Color previews
#f674df text on a black background
contrast 8.48:1
Card sample
#f674df text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f674df;
Background color
Panel with #f674df background
background-color: #f674df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f674df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 116, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 116, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f674df; background: linear-gradient(135deg, #f674df, #F67488);