#f65bc9
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 91, 201
HSL
317°, 90%, 66%
CMYK
0, 63, 18, 4
Luminance
0.3129
Every format
| HEX | #f65bc9 |
| RGB | rgb(246, 91, 201) |
| HSL | hsl(317, 90%, 66%) |
| CMYK | cmyk(0%, 63%, 18%, 4%) |
| LAB | lab(62.8 70.2 -26.8) |
| LCH | lch(62.8 75.2 339.1) |
| OKLCH | oklch(0.708 0.221 341.0) |
Copy-ready code
/* CSS */
color: #f65bc9;
background-color: #f65bc9;
/* Tailwind (arbitrary) */
class="text-[#f65bc9] bg-[#f65bc9]"
/* SCSS */
$brand: #f65bc9;
/* SwiftUI */
Color(red: 0.965, green: 0.357, blue: 0.788)
/* Android */
Color.parseColor("#f65bc9")Accessibility — WCAG contrast
Aa
#f65bc9 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f65bc9 on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green35.7%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta63.0%
Yellow18.3%
Key (black)3.5%
Color previews
#f65bc9 text on a black background
contrast 7.26:1
Card sample
#f65bc9 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f65bc9;
Background color
Panel with #f65bc9 background
background-color: #f65bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f65bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 91, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 91, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f65bc9; background: linear-gradient(135deg, #f65bc9, #F65B62);