#f37bda
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 123, 218
HSL
313°, 83%, 72%
CMYK
0, 49, 10, 5
Luminance
0.3828
Every format
| HEX | #f37bda |
| RGB | rgb(243, 123, 218) |
| HSL | hsl(313, 83%, 72%) |
| CMYK | cmyk(0%, 49%, 10%, 5%) |
| LAB | lab(68.2 57.8 -28.0) |
| LCH | lch(68.2 64.3 334.2) |
| OKLCH | oklch(0.750 0.184 335.7) |
Copy-ready code
/* CSS */
color: #f37bda;
background-color: #f37bda;
/* Tailwind (arbitrary) */
class="text-[#f37bda] bg-[#f37bda]"
/* SCSS */
$brand: #f37bda;
/* SwiftUI */
Color(red: 0.953, green: 0.482, blue: 0.855)
/* Android */
Color.parseColor("#f37bda")Accessibility — WCAG contrast
Aa
#f37bda on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f37bda on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green48.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow10.3%
Key (black)4.7%
Color previews
#f37bda text on a black background
contrast 8.66:1
Card sample
#f37bda text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f37bda;
Background color
Panel with #f37bda background
background-color: #f37bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f37bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 123, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 123, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f37bda; background: linear-gradient(135deg, #f37bda, #F37B8A);