#f643da
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 67, 218
HSL
309°, 91%, 61%
CMYK
0, 73, 11, 4
Luminance
0.2867
Every format
| HEX | #f643da |
| RGB | rgb(246, 67, 218) |
| HSL | hsl(309, 91%, 61%) |
| CMYK | cmyk(0%, 73%, 11%, 4%) |
| LAB | lab(60.5 81.0 -40.0) |
| LCH | lch(60.5 90.3 333.7) |
| OKLCH | oklch(0.694 0.261 335.2) |
Copy-ready code
/* CSS */
color: #f643da;
background-color: #f643da;
/* Tailwind (arbitrary) */
class="text-[#f643da] bg-[#f643da]"
/* SCSS */
$brand: #f643da;
/* SwiftUI */
Color(red: 0.965, green: 0.263, blue: 0.855)
/* Android */
Color.parseColor("#f643da")Accessibility — WCAG contrast
Aa
#f643da on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f643da on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green26.3%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta72.8%
Yellow11.4%
Key (black)3.5%
Color previews
#f643da text on a black background
contrast 6.73:1
Card sample
#f643da text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f643da;
Background color
Panel with #f643da background
background-color: #f643da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f643da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 67, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 67, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f643da; background: linear-gradient(135deg, #f643da, #F64363);