#f665df
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 101, 223
HSL
310°, 89%, 68%
CMYK
0, 59, 9, 4
Luminance
0.3423
Every format
| HEX | #f665df |
| RGB | rgb(246, 101, 223) |
| HSL | hsl(310, 89%, 68%) |
| CMYK | cmyk(0%, 59%, 9%, 4%) |
| LAB | lab(65.2 69.3 -35.5) |
| LCH | lch(65.2 77.9 332.9) |
| OKLCH | oklch(0.728 0.223 334.3) |
Copy-ready code
/* CSS */
color: #f665df;
background-color: #f665df;
/* Tailwind (arbitrary) */
class="text-[#f665df] bg-[#f665df]"
/* SCSS */
$brand: #f665df;
/* SwiftUI */
Color(red: 0.965, green: 0.396, blue: 0.875)
/* Android */
Color.parseColor("#f665df")Accessibility — WCAG contrast
Aa
#f665df on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f665df on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green39.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow9.3%
Key (black)3.5%
Color previews
#f665df text on a black background
contrast 7.85:1
Card sample
#f665df text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f665df;
Background color
Panel with #f665df background
background-color: #f665df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f665df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 101, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 101, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f665df; background: linear-gradient(135deg, #f665df, #F6657E);