#f313ae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 19, 174
HSL
319°, 90%, 51%
CMYK
0, 92, 28, 5
Luminance
0.2258
Every format
| HEX | #f313ae |
| RGB | rgb(243, 19, 174) |
| HSL | hsl(319, 90%, 51%) |
| CMYK | cmyk(0%, 92%, 28%, 5%) |
| LAB | lab(54.6 84.8 -23.8) |
| LCH | lch(54.6 88.0 344.3) |
| OKLCH | oklch(0.645 0.267 346.3) |
Copy-ready code
/* CSS */
color: #f313ae;
background-color: #f313ae;
/* Tailwind (arbitrary) */
class="text-[#f313ae] bg-[#f313ae]"
/* SCSS */
$brand: #f313ae;
/* SwiftUI */
Color(red: 0.953, green: 0.075, blue: 0.682)
/* Android */
Color.parseColor("#f313ae")Accessibility — WCAG contrast
Aa
#f313ae on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f313ae on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green7.5%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta92.2%
Yellow28.4%
Key (black)4.7%
Color previews
#f313ae text on a black background
contrast 5.52:1
Card sample
#f313ae text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f313ae;
Background color
Panel with #f313ae background
background-color: #f313ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f313ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 19, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 19, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f313ae; background: linear-gradient(135deg, #f313ae, #F31319);