#f665cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 101, 207
HSL
316°, 89%, 68%
CMYK
0, 59, 16, 4
Luminance
0.3341
Every format
| HEX | #f665cf |
| RGB | rgb(246, 101, 207) |
| HSL | hsl(316, 89%, 68%) |
| CMYK | cmyk(0%, 59%, 16%, 4%) |
| LAB | lab(64.5 67.0 -27.6) |
| LCH | lch(64.5 72.4 337.6) |
| OKLCH | oklch(0.722 0.211 339.5) |
Copy-ready code
/* CSS */
color: #f665cf;
background-color: #f665cf;
/* Tailwind (arbitrary) */
class="text-[#f665cf] bg-[#f665cf]"
/* SCSS */
$brand: #f665cf;
/* SwiftUI */
Color(red: 0.965, green: 0.396, blue: 0.812)
/* Android */
Color.parseColor("#f665cf")Accessibility — WCAG contrast
Aa
#f665cf on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f665cf on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green39.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow15.9%
Key (black)3.5%
Color previews
#f665cf text on a black background
contrast 7.68:1
Card sample
#f665cf text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f665cf;
Background color
Panel with #f665cf background
background-color: #f665cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f665cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 101, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 101, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f665cf; background: linear-gradient(135deg, #f665cf, #F6656E);