#f65ba3
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 91, 163
HSL
332°, 90%, 66%
CMYK
0, 63, 34, 4
Luminance
0.2972
Every format
| HEX | #f65ba3 |
| RGB | rgb(246, 91, 163) |
| HSL | hsl(332, 90%, 66%) |
| CMYK | cmyk(0%, 63%, 34%, 4%) |
| LAB | lab(61.4 65.5 -7.1) |
| LCH | lch(61.4 65.9 353.8) |
| OKLCH | oklch(0.694 0.201 354.9) |
Copy-ready code
/* CSS */
color: #f65ba3;
background-color: #f65ba3;
/* Tailwind (arbitrary) */
class="text-[#f65ba3] bg-[#f65ba3]"
/* SCSS */
$brand: #f65ba3;
/* SwiftUI */
Color(red: 0.965, green: 0.357, blue: 0.639)
/* Android */
Color.parseColor("#f65ba3")Accessibility — WCAG contrast
Aa
#f65ba3 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f65ba3 on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green35.7%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta63.0%
Yellow33.7%
Key (black)3.5%
Color previews
#f65ba3 text on a black background
contrast 6.94:1
Card sample
#f65ba3 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f65ba3;
Background color
Panel with #f65ba3 background
background-color: #f65ba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f65ba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 91, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 91, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f65ba3; background: linear-gradient(135deg, #f65ba3, #F67A5B);