#f37ace
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 122, 206
HSL
318°, 83%, 72%
CMYK
0, 50, 15, 5
Luminance
0.3743
Every format
| HEX | #f37ace |
| RGB | rgb(243, 122, 206) |
| HSL | hsl(318, 83%, 72%) |
| CMYK | cmyk(0%, 50%, 15%, 5%) |
| LAB | lab(67.6 56.5 -22.3) |
| LCH | lch(67.6 60.7 338.5) |
| OKLCH | oklch(0.744 0.177 340.3) |
Copy-ready code
/* CSS */
color: #f37ace;
background-color: #f37ace;
/* Tailwind (arbitrary) */
class="text-[#f37ace] bg-[#f37ace]"
/* SCSS */
$brand: #f37ace;
/* SwiftUI */
Color(red: 0.953, green: 0.478, blue: 0.808)
/* Android */
Color.parseColor("#f37ace")Accessibility — WCAG contrast
Aa
#f37ace on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f37ace on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green47.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow15.2%
Key (black)4.7%
Color previews
#f37ace text on a black background
contrast 8.49:1
Card sample
#f37ace text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f37ace;
Background color
Panel with #f37ace background
background-color: #f37ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f37ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 122, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 122, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f37ace; background: linear-gradient(135deg, #f37ace, #F37A7E);