#f37ccf
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 124, 207
HSL
318°, 83%, 72%
CMYK
0, 49, 15, 5
Luminance
0.3797
Every format
| HEX | #f37ccf |
| RGB | rgb(243, 124, 207) |
| HSL | hsl(318, 83%, 72%) |
| CMYK | cmyk(0%, 49%, 15%, 5%) |
| LAB | lab(68.0 55.7 -22.2) |
| LCH | lch(68.0 59.9 338.3) |
| OKLCH | oklch(0.747 0.174 340.1) |
Copy-ready code
/* CSS */
color: #f37ccf;
background-color: #f37ccf;
/* Tailwind (arbitrary) */
class="text-[#f37ccf] bg-[#f37ccf]"
/* SCSS */
$brand: #f37ccf;
/* SwiftUI */
Color(red: 0.953, green: 0.486, blue: 0.812)
/* Android */
Color.parseColor("#f37ccf")Accessibility — WCAG contrast
Aa
#f37ccf on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f37ccf on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green48.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow14.8%
Key (black)4.7%
Color previews
#f37ccf text on a black background
contrast 8.59:1
Card sample
#f37ccf text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f37ccf;
Background color
Panel with #f37ccf background
background-color: #f37ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f37ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 124, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 124, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f37ccf; background: linear-gradient(135deg, #f37ccf, #F37C80);