#f37fe2
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 127, 226
HSL
309°, 83%, 73%
CMYK
0, 48, 7, 5
Luminance
0.3972
Every format
| HEX | #f37fe2 |
| RGB | rgb(243, 127, 226) |
| HSL | hsl(309, 83%, 73%) |
| CMYK | cmyk(0%, 48%, 7%, 5%) |
| LAB | lab(69.3 57.2 -30.8) |
| LCH | lch(69.3 65.0 331.7) |
| OKLCH | oklch(0.758 0.184 333.0) |
Copy-ready code
/* CSS */
color: #f37fe2;
background-color: #f37fe2;
/* Tailwind (arbitrary) */
class="text-[#f37fe2] bg-[#f37fe2]"
/* SCSS */
$brand: #f37fe2;
/* SwiftUI */
Color(red: 0.953, green: 0.498, blue: 0.886)
/* Android */
Color.parseColor("#f37fe2")Accessibility — WCAG contrast
Aa
#f37fe2 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f37fe2 on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green49.8%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta47.7%
Yellow7.0%
Key (black)4.7%
Color previews
#f37fe2 text on a black background
contrast 8.94:1
Card sample
#f37fe2 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f37fe2;
Background color
Panel with #f37fe2 background
background-color: #f37fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f37fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 127, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 127, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f37fe2; background: linear-gradient(135deg, #f37fe2, #F37F94);