#f37daf
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 125, 175
HSL
335°, 83%, 72%
CMYK
0, 49, 28, 5
Luminance
0.3682
Every format
| HEX | #f37daf |
| RGB | rgb(243, 125, 175) |
| HSL | hsl(335, 83%, 72%) |
| CMYK | cmyk(0%, 49%, 28%, 5%) |
| LAB | lab(67.1 50.7 -5.5) |
| LCH | lch(67.1 51.0 353.8) |
| OKLCH | oklch(0.737 0.154 354.8) |
Copy-ready code
/* CSS */
color: #f37daf;
background-color: #f37daf;
/* Tailwind (arbitrary) */
class="text-[#f37daf] bg-[#f37daf]"
/* SCSS */
$brand: #f37daf;
/* SwiftUI */
Color(red: 0.953, green: 0.490, blue: 0.686)
/* Android */
Color.parseColor("#f37daf")Accessibility — WCAG contrast
Aa
#f37daf on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f37daf on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green49.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta48.6%
Yellow28.0%
Key (black)4.7%
Color previews
#f37daf text on a black background
contrast 8.36:1
Card sample
#f37daf text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f37daf;
Background color
Panel with #f37daf background
background-color: #f37daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f37daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 125, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 125, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f37daf; background: linear-gradient(135deg, #f37daf, #F39A7D);