#f37cd2
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 124, 210
HSL
317°, 83%, 72%
CMYK
0, 49, 14, 5
Luminance
0.3812
Every format
| HEX | #f37cd2 |
| RGB | rgb(243, 124, 210) |
| HSL | hsl(317, 83%, 72%) |
| CMYK | cmyk(0%, 49%, 14%, 5%) |
| LAB | lab(68.1 56.1 -23.7) |
| LCH | lch(68.1 60.9 337.1) |
| OKLCH | oklch(0.748 0.176 338.9) |
Copy-ready code
/* CSS */
color: #f37cd2;
background-color: #f37cd2;
/* Tailwind (arbitrary) */
class="text-[#f37cd2] bg-[#f37cd2]"
/* SCSS */
$brand: #f37cd2;
/* SwiftUI */
Color(red: 0.953, green: 0.486, blue: 0.824)
/* Android */
Color.parseColor("#f37cd2")Accessibility — WCAG contrast
Aa
#f37cd2 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f37cd2 on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green48.6%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow13.6%
Key (black)4.7%
Color previews
#f37cd2 text on a black background
contrast 8.62:1
Card sample
#f37cd2 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f37cd2;
Background color
Panel with #f37cd2 background
background-color: #f37cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f37cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 124, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 124, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f37cd2; background: linear-gradient(135deg, #f37cd2, #F37C83);