#f64dbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 77, 187
HSL
321°, 90%, 63%
CMYK
0, 69, 24, 4
Luminance
0.2849
Every format
| HEX | #f64dbb |
| RGB | rgb(246, 77, 187) |
| HSL | hsl(321, 90%, 63%) |
| CMYK | cmyk(0%, 69%, 24%, 4%) |
| LAB | lab(60.3 73.6 -22.6) |
| LCH | lch(60.3 77.0 342.9) |
| OKLCH | oklch(0.689 0.230 344.9) |
Copy-ready code
/* CSS */
color: #f64dbb;
background-color: #f64dbb;
/* Tailwind (arbitrary) */
class="text-[#f64dbb] bg-[#f64dbb]"
/* SCSS */
$brand: #f64dbb;
/* SwiftUI */
Color(red: 0.965, green: 0.302, blue: 0.733)
/* Android */
Color.parseColor("#f64dbb")Accessibility — WCAG contrast
Aa
#f64dbb on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f64dbb on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green30.2%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta68.7%
Yellow24.0%
Key (black)3.5%
Color previews
#f64dbb text on a black background
contrast 6.70:1
Card sample
#f64dbb text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f64dbb;
Background color
Panel with #f64dbb background
background-color: #f64dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f64dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 77, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 77, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f64dbb; background: linear-gradient(135deg, #f64dbb, #F64F4D);