#fa2dbe
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
250, 45, 190
HSL
318°, 95%, 58%
CMYK
0, 82, 24, 2
Luminance
0.2592
Every format
| HEX | #fa2dbe |
| RGB | rgb(250, 45, 190) |
| HSL | hsl(318, 95%, 58%) |
| CMYK | cmyk(0%, 82%, 24%, 2%) |
| LAB | lab(58.0 83.9 -27.9) |
| LCH | lch(58.0 88.4 341.6) |
| OKLCH | oklch(0.673 0.265 343.6) |
Copy-ready code
/* CSS */
color: #fa2dbe;
background-color: #fa2dbe;
/* Tailwind (arbitrary) */
class="text-[#fa2dbe] bg-[#fa2dbe]"
/* SCSS */
$brand: #fa2dbe;
/* SwiftUI */
Color(red: 0.980, green: 0.176, blue: 0.745)
/* Android */
Color.parseColor("#fa2dbe")Accessibility — WCAG contrast
Aa
#fa2dbe on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa2dbe on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green17.6%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta82.0%
Yellow24.0%
Key (black)2.0%
Color previews
#fa2dbe text on a black background
contrast 6.18:1
Card sample
#fa2dbe text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa2dbe;
Background color
Panel with #fa2dbe background
background-color: #fa2dbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa2dbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 45, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 45, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa2dbe; background: linear-gradient(135deg, #fa2dbe, #FA2D35);