#f66afb
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 106, 251
HSL
298°, 95%, 70%
CMYK
2, 58, 0, 2
Luminance
0.3687
Every format
| HEX | #f66afb |
| RGB | rgb(246, 106, 251) |
| HSL | hsl(298, 95%, 70%) |
| CMYK | cmyk(2%, 58%, 0%, 2%) |
| LAB | lab(67.2 71.8 -47.8) |
| LCH | lch(67.2 86.2 326.3) |
| OKLCH | oklch(0.747 0.238 326.3) |
Copy-ready code
/* CSS */
color: #f66afb;
background-color: #f66afb;
/* Tailwind (arbitrary) */
class="text-[#f66afb] bg-[#f66afb]"
/* SCSS */
$brand: #f66afb;
/* SwiftUI */
Color(red: 0.965, green: 0.416, blue: 0.984)
/* Android */
Color.parseColor("#f66afb")Accessibility — WCAG contrast
Aa
#f66afb on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f66afb on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green41.6%
Blue98.4%
CMYK percentages
Cyan2.0%
Magenta57.8%
Yellow0.0%
Key (black)1.6%
Color previews
#f66afb text on a black background
contrast 8.37:1
Card sample
#f66afb text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f66afb;
Background color
Panel with #f66afb background
background-color: #f66afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f66afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 106, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 106, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f66afb; background: linear-gradient(135deg, #f66afb, #FB6A9F);