#f67afd
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 122, 253
HSL
297°, 97%, 74%
CMYK
3, 52, 0, 1
Luminance
0.4060
Every format
| HEX | #f67afd |
| RGB | rgb(246, 122, 253) |
| HSL | hsl(297, 97%, 74%) |
| CMYK | cmyk(3%, 52%, 0%, 1%) |
| LAB | lab(69.9 65.0 -44.6) |
| LCH | lch(69.9 78.8 325.5) |
| OKLCH | oklch(0.768 0.216 325.4) |
Copy-ready code
/* CSS */
color: #f67afd;
background-color: #f67afd;
/* Tailwind (arbitrary) */
class="text-[#f67afd] bg-[#f67afd]"
/* SCSS */
$brand: #f67afd;
/* SwiftUI */
Color(red: 0.965, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#f67afd")Accessibility — WCAG contrast
Aa
#f67afd on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f67afd on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green47.8%
Blue99.2%
CMYK percentages
Cyan2.8%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f67afd text on a black background
contrast 9.12:1
Card sample
#f67afd text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f67afd;
Background color
Panel with #f67afd background
background-color: #f67afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f67afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f67afd; background: linear-gradient(135deg, #f67afd, #FD7AAD);