#f62dbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 45, 187
HSL
318°, 92%, 57%
CMYK
0, 82, 24, 4
Luminance
0.2506
Every format
| HEX | #f62dbb |
| RGB | rgb(246, 45, 187) |
| HSL | hsl(318, 92%, 57%) |
| CMYK | cmyk(0%, 82%, 24%, 4%) |
| LAB | lab(57.1 82.7 -27.5) |
| LCH | lch(57.1 87.2 341.6) |
| OKLCH | oklch(0.665 0.261 343.6) |
Copy-ready code
/* CSS */
color: #f62dbb;
background-color: #f62dbb;
/* Tailwind (arbitrary) */
class="text-[#f62dbb] bg-[#f62dbb]"
/* SCSS */
$brand: #f62dbb;
/* SwiftUI */
Color(red: 0.965, green: 0.176, blue: 0.733)
/* Android */
Color.parseColor("#f62dbb")Accessibility — WCAG contrast
Aa
#f62dbb on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f62dbb on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green17.6%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow24.0%
Key (black)3.5%
Color previews
#f62dbb text on a black background
contrast 6.01:1
Card sample
#f62dbb text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f62dbb;
Background color
Panel with #f62dbb background
background-color: #f62dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f62dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 45, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 45, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f62dbb; background: linear-gradient(135deg, #f62dbb, #F62D35);