#fa4dbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
250, 77, 187
HSL
322°, 95%, 64%
CMYK
0, 69, 25, 2
Luminance
0.2922
Every format
| HEX | #fa4dbb |
| RGB | rgb(250, 77, 187) |
| HSL | hsl(322, 95%, 64%) |
| CMYK | cmyk(0%, 69%, 25%, 2%) |
| LAB | lab(61.0 74.6 -21.5) |
| LCH | lch(61.0 77.7 343.9) |
| OKLCH | oklch(0.694 0.233 345.8) |
Copy-ready code
/* CSS */
color: #fa4dbb;
background-color: #fa4dbb;
/* Tailwind (arbitrary) */
class="text-[#fa4dbb] bg-[#fa4dbb]"
/* SCSS */
$brand: #fa4dbb;
/* SwiftUI */
Color(red: 0.980, green: 0.302, blue: 0.733)
/* Android */
Color.parseColor("#fa4dbb")Accessibility — WCAG contrast
Aa
#fa4dbb on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fa4dbb on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green30.2%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta69.2%
Yellow25.2%
Key (black)2.0%
Color previews
#fa4dbb text on a black background
contrast 6.84:1
Card sample
#fa4dbb text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa4dbb;
Background color
Panel with #fa4dbb background
background-color: #fa4dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa4dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 77, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 77, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa4dbb; background: linear-gradient(135deg, #fa4dbb, #FA524D);