#f67af5
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 122, 245
HSL
301°, 87%, 72%
CMYK
0, 50, 0, 4
Luminance
0.4010
Every format
| HEX | #f67af5 |
| RGB | rgb(246, 122, 245) |
| HSL | hsl(301, 87%, 72%) |
| CMYK | cmyk(0%, 50%, 0%, 4%) |
| LAB | lab(69.5 63.6 -40.8) |
| LCH | lch(69.5 75.6 327.3) |
| OKLCH | oklch(0.764 0.210 327.7) |
Copy-ready code
/* CSS */
color: #f67af5;
background-color: #f67af5;
/* Tailwind (arbitrary) */
class="text-[#f67af5] bg-[#f67af5]"
/* SCSS */
$brand: #f67af5;
/* SwiftUI */
Color(red: 0.965, green: 0.478, blue: 0.961)
/* Android */
Color.parseColor("#f67af5")Accessibility — WCAG contrast
Aa
#f67af5 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f67af5 on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green47.8%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta50.4%
Yellow0.4%
Key (black)3.5%
Color previews
#f67af5 text on a black background
contrast 9.02:1
Card sample
#f67af5 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f67af5;
Background color
Panel with #f67af5 background
background-color: #f67af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f67af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 122, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 122, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f67af5; background: linear-gradient(135deg, #f67af5, #F67AA2);