#f3609b
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 96, 155
HSL
336°, 86%, 67%
CMYK
0, 61, 36, 5
Luminance
0.2979
Every format
| HEX | #f3609b |
| RGB | rgb(243, 96, 155) |
| HSL | hsl(336, 86%, 67%) |
| CMYK | cmyk(0%, 61%, 36%, 5%) |
| LAB | lab(61.5 61.6 -2.5) |
| LCH | lch(61.5 61.7 357.7) |
| OKLCH | oklch(0.692 0.188 358.3) |
Copy-ready code
/* CSS */
color: #f3609b;
background-color: #f3609b;
/* Tailwind (arbitrary) */
class="text-[#f3609b] bg-[#f3609b]"
/* SCSS */
$brand: #f3609b;
/* SwiftUI */
Color(red: 0.953, green: 0.376, blue: 0.608)
/* Android */
Color.parseColor("#f3609b")Accessibility — WCAG contrast
Aa
#f3609b on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f3609b on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green37.6%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow36.2%
Key (black)4.7%
Color previews
#f3609b text on a black background
contrast 6.96:1
Card sample
#f3609b text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3609b;
Background color
Panel with #f3609b background
background-color: #f3609b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3609b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 96, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 96, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3609b; background: linear-gradient(135deg, #f3609b, #F38760);