#f65baf
a light, electric magenta / pink · warm · closest name: orchid
RGB
246, 91, 175
HSL
328°, 90%, 66%
CMYK
0, 63, 29, 4
Luminance
0.3017
Every format
| HEX | #f65baf |
| RGB | rgb(246, 91, 175) |
| HSL | hsl(328, 90%, 66%) |
| CMYK | cmyk(0%, 63%, 29%, 4%) |
| LAB | lab(61.8 66.9 -13.5) |
| LCH | lch(61.8 68.2 348.6) |
| OKLCH | oklch(0.698 0.206 350.2) |
Copy-ready code
/* CSS */
color: #f65baf;
background-color: #f65baf;
/* Tailwind (arbitrary) */
class="text-[#f65baf] bg-[#f65baf]"
/* SCSS */
$brand: #f65baf;
/* SwiftUI */
Color(red: 0.965, green: 0.357, blue: 0.686)
/* Android */
Color.parseColor("#f65baf")Accessibility — WCAG contrast
Aa
#f65baf on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f65baf on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green35.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta63.0%
Yellow28.9%
Key (black)3.5%
Color previews
#f65baf text on a black background
contrast 7.03:1
Card sample
#f65baf text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f65baf;
Background color
Panel with #f65baf background
background-color: #f65baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f65baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 91, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 91, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f65baf; background: linear-gradient(135deg, #f65baf, #F66E5B);