#f660cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 96, 205
HSL
316°, 89%, 67%
CMYK
0, 61, 17, 4
Luminance
0.3237
Every format
| HEX | #f660cd |
| RGB | rgb(246, 96, 205) |
| HSL | hsl(316, 89%, 67%) |
| CMYK | cmyk(0%, 61%, 17%, 4%) |
| LAB | lab(63.6 68.8 -27.7) |
| LCH | lch(63.6 74.2 338.0) |
| OKLCH | oklch(0.715 0.217 339.9) |
Copy-ready code
/* CSS */
color: #f660cd;
background-color: #f660cd;
/* Tailwind (arbitrary) */
class="text-[#f660cd] bg-[#f660cd]"
/* SCSS */
$brand: #f660cd;
/* SwiftUI */
Color(red: 0.965, green: 0.376, blue: 0.804)
/* Android */
Color.parseColor("#f660cd")Accessibility — WCAG contrast
Aa
#f660cd on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f660cd on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green37.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta61.0%
Yellow16.7%
Key (black)3.5%
Color previews
#f660cd text on a black background
contrast 7.47:1
Card sample
#f660cd text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f660cd;
Background color
Panel with #f660cd background
background-color: #f660cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f660cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 96, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 96, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f660cd; background: linear-gradient(135deg, #f660cd, #F66069);