#fa0dbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
250, 13, 187
HSL
316°, 96%, 52%
CMYK
0, 95, 25, 2
Luminance
0.2420
Every format
| HEX | #fa0dbb |
| RGB | rgb(250, 13, 187) |
| HSL | hsl(316, 96%, 52%) |
| CMYK | cmyk(0%, 95%, 25%, 2%) |
| LAB | lab(56.3 88.0 -28.8) |
| LCH | lch(56.3 92.6 341.9) |
| OKLCH | oklch(0.660 0.278 344.0) |
Copy-ready code
/* CSS */
color: #fa0dbb;
background-color: #fa0dbb;
/* Tailwind (arbitrary) */
class="text-[#fa0dbb] bg-[#fa0dbb]"
/* SCSS */
$brand: #fa0dbb;
/* SwiftUI */
Color(red: 0.980, green: 0.051, blue: 0.733)
/* Android */
Color.parseColor("#fa0dbb")Accessibility — WCAG contrast
Aa
#fa0dbb on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa0dbb on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green5.1%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta94.8%
Yellow25.2%
Key (black)2.0%
Color previews
#fa0dbb text on a black background
contrast 5.84:1
Card sample
#fa0dbb text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa0dbb;
Background color
Panel with #fa0dbb background
background-color: #fa0dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa0dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 13, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 13, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa0dbb; background: linear-gradient(135deg, #fa0dbb, #FA0D1D);