#f67dfb
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 125, 251
HSL
298°, 94%, 74%
CMYK
2, 50, 0, 2
Luminance
0.4123
Every format
| HEX | #f67dfb |
| RGB | rgb(246, 125, 251) |
| HSL | hsl(298, 94%, 74%) |
| CMYK | cmyk(2%, 50%, 0%, 2%) |
| LAB | lab(70.3 63.2 -42.9) |
| LCH | lch(70.3 76.4 325.9) |
| OKLCH | oklch(0.771 0.210 325.9) |
Copy-ready code
/* CSS */
color: #f67dfb;
background-color: #f67dfb;
/* Tailwind (arbitrary) */
class="text-[#f67dfb] bg-[#f67dfb]"
/* SCSS */
$brand: #f67dfb;
/* SwiftUI */
Color(red: 0.965, green: 0.490, blue: 0.984)
/* Android */
Color.parseColor("#f67dfb")Accessibility — WCAG contrast
Aa
#f67dfb on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f67dfb on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green49.0%
Blue98.4%
CMYK percentages
Cyan2.0%
Magenta50.2%
Yellow0.0%
Key (black)1.6%
Color previews
#f67dfb text on a black background
contrast 9.25:1
Card sample
#f67dfb text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f67dfb;
Background color
Panel with #f67dfb background
background-color: #f67dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f67dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 125, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 125, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f67dfb; background: linear-gradient(135deg, #f67dfb, #FB7DAC);