#f61dbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 29, 187
HSL
316°, 92%, 54%
CMYK
0, 88, 24, 4
Luminance
0.2406
Every format
| HEX | #f61dbb |
| RGB | rgb(246, 29, 187) |
| HSL | hsl(316, 92%, 54%) |
| CMYK | cmyk(0%, 88%, 24%, 4%) |
| LAB | lab(56.1 85.5 -29.0) |
| LCH | lch(56.1 90.3 341.3) |
| OKLCH | oklch(0.658 0.271 343.3) |
Copy-ready code
/* CSS */
color: #f61dbb;
background-color: #f61dbb;
/* Tailwind (arbitrary) */
class="text-[#f61dbb] bg-[#f61dbb]"
/* SCSS */
$brand: #f61dbb;
/* SwiftUI */
Color(red: 0.965, green: 0.114, blue: 0.733)
/* Android */
Color.parseColor("#f61dbb")Accessibility — WCAG contrast
Aa
#f61dbb on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f61dbb on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green11.4%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta88.2%
Yellow24.0%
Key (black)3.5%
Color previews
#f61dbb text on a black background
contrast 5.81:1
Card sample
#f61dbb text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f61dbb;
Background color
Panel with #f61dbb background
background-color: #f61dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f61dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 29, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 29, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f61dbb; background: linear-gradient(135deg, #f61dbb, #F61D2A);