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