#f37bc9
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 123, 201
HSL
321°, 83%, 72%
CMYK
0, 49, 17, 5
Luminance
0.3744
Every format
| HEX | #f37bc9 |
| RGB | rgb(243, 123, 201) |
| HSL | hsl(321, 83%, 72%) |
| CMYK | cmyk(0%, 49%, 17%, 5%) |
| LAB | lab(67.6 55.2 -19.4) |
| LCH | lch(67.6 58.6 340.6) |
| OKLCH | oklch(0.743 0.172 342.5) |
Copy-ready code
/* CSS */
color: #f37bc9;
background-color: #f37bc9;
/* Tailwind (arbitrary) */
class="text-[#f37bc9] bg-[#f37bc9]"
/* SCSS */
$brand: #f37bc9;
/* SwiftUI */
Color(red: 0.953, green: 0.482, blue: 0.788)
/* Android */
Color.parseColor("#f37bc9")Accessibility — WCAG contrast
Aa
#f37bc9 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f37bc9 on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green48.2%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow17.3%
Key (black)4.7%
Color previews
#f37bc9 text on a black background
contrast 8.49:1
Card sample
#f37bc9 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f37bc9;
Background color
Panel with #f37bc9 background
background-color: #f37bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f37bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 123, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 123, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f37bc9; background: linear-gradient(135deg, #f37bc9, #F37D7B);