#f37dbb
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 125, 187
HSL
329°, 83%, 72%
CMYK
0, 49, 23, 5
Luminance
0.3731
Every format
| HEX | #f37dbb |
| RGB | rgb(243, 125, 187) |
| HSL | hsl(329, 83%, 72%) |
| CMYK | cmyk(0%, 49%, 23%, 5%) |
| LAB | lab(67.5 52.3 -11.7) |
| LCH | lch(67.5 53.6 347.3) |
| OKLCH | oklch(0.741 0.160 349.0) |
Copy-ready code
/* CSS */
color: #f37dbb;
background-color: #f37dbb;
/* Tailwind (arbitrary) */
class="text-[#f37dbb] bg-[#f37dbb]"
/* SCSS */
$brand: #f37dbb;
/* SwiftUI */
Color(red: 0.953, green: 0.490, blue: 0.733)
/* Android */
Color.parseColor("#f37dbb")Accessibility — WCAG contrast
Aa
#f37dbb on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f37dbb on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green49.0%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta48.6%
Yellow23.0%
Key (black)4.7%
Color previews
#f37dbb text on a black background
contrast 8.46:1
Card sample
#f37dbb text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f37dbb;
Background color
Panel with #f37dbb background
background-color: #f37dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f37dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 125, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 125, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f37dbb; background: linear-gradient(135deg, #f37dbb, #F38E7D);