#f20da3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
242, 13, 163
HSL
321°, 90%, 50%
CMYK
0, 95, 33, 5
Luminance
0.2181
Every format
| HEX | #f20da3 |
| RGB | rgb(242, 13, 163) |
| HSL | hsl(321, 90%, 50%) |
| CMYK | cmyk(0%, 95%, 33%, 5%) |
| LAB | lab(53.8 84.0 -18.6) |
| LCH | lch(53.8 86.0 347.5) |
| OKLCH | oklch(0.637 0.263 349.3) |
Copy-ready code
/* CSS */
color: #f20da3;
background-color: #f20da3;
/* Tailwind (arbitrary) */
class="text-[#f20da3] bg-[#f20da3]"
/* SCSS */
$brand: #f20da3;
/* SwiftUI */
Color(red: 0.949, green: 0.051, blue: 0.639)
/* Android */
Color.parseColor("#f20da3")Accessibility — WCAG contrast
Aa
#f20da3 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f20da3 on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green5.1%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta94.6%
Yellow32.6%
Key (black)5.1%
Color previews
#f20da3 text on a black background
contrast 5.36:1
Card sample
#f20da3 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f20da3;
Background color
Panel with #f20da3 background
background-color: #f20da3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f20da3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 13, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 13, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f20da3; background: linear-gradient(135deg, #f20da3, #F2100D);