#f37dec
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 125, 236
HSL
304°, 83%, 72%
CMYK
0, 49, 3, 5
Luminance
0.3978
Every format
| HEX | #f37dec |
| RGB | rgb(243, 125, 236) |
| HSL | hsl(304, 83%, 72%) |
| CMYK | cmyk(0%, 49%, 3%, 5%) |
| LAB | lab(69.3 59.8 -36.3) |
| LCH | lch(69.3 70.0 328.8) |
| OKLCH | oklch(0.760 0.195 329.5) |
Copy-ready code
/* CSS */
color: #f37dec;
background-color: #f37dec;
/* Tailwind (arbitrary) */
class="text-[#f37dec] bg-[#f37dec]"
/* SCSS */
$brand: #f37dec;
/* SwiftUI */
Color(red: 0.953, green: 0.490, blue: 0.925)
/* Android */
Color.parseColor("#f37dec")Accessibility — WCAG contrast
Aa
#f37dec on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f37dec on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green49.0%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta48.6%
Yellow2.9%
Key (black)4.7%
Color previews
#f37dec text on a black background
contrast 8.96:1
Card sample
#f37dec text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f37dec;
Background color
Panel with #f37dec background
background-color: #f37dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f37dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 125, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 125, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f37dec; background: linear-gradient(135deg, #f37dec, #F37D9D);