#f665af
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 101, 175
HSL
329°, 89%, 68%
CMYK
0, 59, 29, 4
Luminance
0.3200
Every format
| HEX | #f665af |
| RGB | rgb(246, 101, 175) |
| HSL | hsl(329, 89%, 68%) |
| CMYK | cmyk(0%, 59%, 29%, 4%) |
| LAB | lab(63.3 62.7 -11.1) |
| LCH | lch(63.3 63.7 349.9) |
| OKLCH | oklch(0.709 0.193 351.4) |
Copy-ready code
/* CSS */
color: #f665af;
background-color: #f665af;
/* Tailwind (arbitrary) */
class="text-[#f665af] bg-[#f665af]"
/* SCSS */
$brand: #f665af;
/* SwiftUI */
Color(red: 0.965, green: 0.396, blue: 0.686)
/* Android */
Color.parseColor("#f665af")Accessibility — WCAG contrast
Aa
#f665af on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f665af on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green39.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow28.9%
Key (black)3.5%
Color previews
#f665af text on a black background
contrast 7.40:1
Card sample
#f665af text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f665af;
Background color
Panel with #f665af background
background-color: #f665af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f665af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 101, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 101, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f665af; background: linear-gradient(135deg, #f665af, #F67C65);