#f31eb0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 30, 176
HSL
319°, 90%, 54%
CMYK
0, 88, 28, 5
Luminance
0.2312
Every format
| HEX | #f31eb0 |
| RGB | rgb(243, 30, 176) |
| HSL | hsl(319, 90%, 54%) |
| CMYK | cmyk(0%, 88%, 28%, 5%) |
| LAB | lab(55.2 83.6 -24.1) |
| LCH | lch(55.2 87.0 343.9) |
| OKLCH | oklch(0.649 0.263 345.9) |
Copy-ready code
/* CSS */
color: #f31eb0;
background-color: #f31eb0;
/* Tailwind (arbitrary) */
class="text-[#f31eb0] bg-[#f31eb0]"
/* SCSS */
$brand: #f31eb0;
/* SwiftUI */
Color(red: 0.953, green: 0.118, blue: 0.690)
/* Android */
Color.parseColor("#f31eb0")Accessibility — WCAG contrast
Aa
#f31eb0 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f31eb0 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green11.8%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta87.7%
Yellow27.6%
Key (black)4.7%
Color previews
#f31eb0 text on a black background
contrast 5.62:1
Card sample
#f31eb0 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f31eb0;
Background color
Panel with #f31eb0 background
background-color: #f31eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f31eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 30, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 30, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f31eb0; background: linear-gradient(135deg, #f31eb0, #F31E22);