#f609d3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 9, 211
HSL
309°, 93%, 50%
CMYK
0, 96, 14, 4
Luminance
0.2449
Every format
| HEX | #f609d3 |
| RGB | rgb(246, 9, 211) |
| HSL | hsl(309, 93%, 50%) |
| CMYK | cmyk(0%, 96%, 14%, 4%) |
| LAB | lab(56.6 90.4 -42.1) |
| LCH | lch(56.6 99.8 335.0) |
| OKLCH | oklch(0.665 0.291 336.7) |
Copy-ready code
/* CSS */
color: #f609d3;
background-color: #f609d3;
/* Tailwind (arbitrary) */
class="text-[#f609d3] bg-[#f609d3]"
/* SCSS */
$brand: #f609d3;
/* SwiftUI */
Color(red: 0.965, green: 0.035, blue: 0.827)
/* Android */
Color.parseColor("#f609d3")Accessibility — WCAG contrast
Aa
#f609d3 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f609d3 on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green3.5%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta96.3%
Yellow14.2%
Key (black)3.5%
Color previews
#f609d3 text on a black background
contrast 5.90:1
Card sample
#f609d3 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f609d3;
Background color
Panel with #f609d3 background
background-color: #f609d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f609d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 9, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 9, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f609d3; background: linear-gradient(135deg, #f609d3, #F60935);