#f620ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 32, 186
HSL
317°, 92%, 55%
CMYK
0, 87, 24, 4
Luminance
0.2417
Every format
| HEX | #f620ba |
| RGB | rgb(246, 32, 186) |
| HSL | hsl(317, 92%, 55%) |
| CMYK | cmyk(0%, 87%, 24%, 4%) |
| LAB | lab(56.3 85.0 -28.3) |
| LCH | lch(56.3 89.6 341.6) |
| OKLCH | oklch(0.659 0.269 343.6) |
Copy-ready code
/* CSS */
color: #f620ba;
background-color: #f620ba;
/* Tailwind (arbitrary) */
class="text-[#f620ba] bg-[#f620ba]"
/* SCSS */
$brand: #f620ba;
/* SwiftUI */
Color(red: 0.965, green: 0.125, blue: 0.729)
/* Android */
Color.parseColor("#f620ba")Accessibility — WCAG contrast
Aa
#f620ba on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f620ba on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green12.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow24.4%
Key (black)3.5%
Color previews
#f620ba text on a black background
contrast 5.83:1
Card sample
#f620ba text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f620ba;
Background color
Panel with #f620ba background
background-color: #f620ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f620ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 32, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 32, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f620ba; background: linear-gradient(135deg, #f620ba, #F6202B);