#f31da7
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 29, 167
HSL
321°, 90%, 53%
CMYK
0, 88, 31, 5
Luminance
0.2272
Every format
| HEX | #f31da7 |
| RGB | rgb(243, 29, 167) |
| HSL | hsl(321, 90%, 53%) |
| CMYK | cmyk(0%, 88%, 31%, 5%) |
| LAB | lab(54.8 82.8 -19.5) |
| LCH | lch(54.8 85.0 346.7) |
| OKLCH | oklch(0.645 0.259 348.6) |
Copy-ready code
/* CSS */
color: #f31da7;
background-color: #f31da7;
/* Tailwind (arbitrary) */
class="text-[#f31da7] bg-[#f31da7]"
/* SCSS */
$brand: #f31da7;
/* SwiftUI */
Color(red: 0.953, green: 0.114, blue: 0.655)
/* Android */
Color.parseColor("#f31da7")Accessibility — WCAG contrast
Aa
#f31da7 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f31da7 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green11.4%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta88.1%
Yellow31.3%
Key (black)4.7%
Color previews
#f31da7 text on a black background
contrast 5.54:1
Card sample
#f31da7 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f31da7;
Background color
Panel with #f31da7 background
background-color: #f31da7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f31da7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 29, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 29, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f31da7; background: linear-gradient(135deg, #f31da7, #F3211D);