#f665cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 101, 205
HSL
317°, 89%, 68%
CMYK
0, 59, 17, 4
Luminance
0.3331
Every format
| HEX | #f665cd |
| RGB | rgb(246, 101, 205) |
| HSL | hsl(317, 89%, 68%) |
| CMYK | cmyk(0%, 59%, 17%, 4%) |
| LAB | lab(64.4 66.7 -26.5) |
| LCH | lch(64.4 71.8 338.3) |
| OKLCH | oklch(0.721 0.210 340.2) |
Copy-ready code
/* CSS */
color: #f665cd;
background-color: #f665cd;
/* Tailwind (arbitrary) */
class="text-[#f665cd] bg-[#f665cd]"
/* SCSS */
$brand: #f665cd;
/* SwiftUI */
Color(red: 0.965, green: 0.396, blue: 0.804)
/* Android */
Color.parseColor("#f665cd")Accessibility — WCAG contrast
Aa
#f665cd on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f665cd on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green39.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta58.9%
Yellow16.7%
Key (black)3.5%
Color previews
#f665cd text on a black background
contrast 7.66:1
Card sample
#f665cd text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f665cd;
Background color
Panel with #f665cd background
background-color: #f665cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f665cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 101, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 101, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f665cd; background: linear-gradient(135deg, #f665cd, #F6656C);