#f67fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 127, 223
HSL
312°, 87%, 73%
CMYK
0, 48, 9, 4
Luminance
0.4010
Every format
| HEX | #f67fdf |
| RGB | rgb(246, 127, 223) |
| HSL | hsl(312, 87%, 73%) |
| CMYK | cmyk(0%, 48%, 9%, 4%) |
| LAB | lab(69.5 57.6 -28.7) |
| LCH | lch(69.5 64.3 333.5) |
| OKLCH | oklch(0.761 0.184 335.0) |
Copy-ready code
/* CSS */
color: #f67fdf;
background-color: #f67fdf;
/* Tailwind (arbitrary) */
class="text-[#f67fdf] bg-[#f67fdf]"
/* SCSS */
$brand: #f67fdf;
/* SwiftUI */
Color(red: 0.965, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#f67fdf")Accessibility — WCAG contrast
Aa
#f67fdf on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f67fdf on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green49.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta48.4%
Yellow9.3%
Key (black)3.5%
Color previews
#f67fdf text on a black background
contrast 9.02:1
Card sample
#f67fdf text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f67fdf;
Background color
Panel with #f67fdf background
background-color: #f67fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f67fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f67fdf; background: linear-gradient(135deg, #f67fdf, #F67F8F);