#fa6dbb
a light, electric magenta / pink · warm · closest name: orchid
RGB
250, 109, 187
HSL
327°, 93%, 70%
CMYK
0, 56, 25, 2
Luminance
0.3485
Every format
| HEX | #fa6dbb |
| RGB | rgb(250, 109, 187) |
| HSL | hsl(327, 93%, 70%) |
| CMYK | cmyk(0%, 56%, 25%, 2%) |
| LAB | lab(65.6 61.9 -14.5) |
| LCH | lch(65.6 63.6 346.8) |
| OKLCH | oklch(0.729 0.191 348.5) |
Copy-ready code
/* CSS */
color: #fa6dbb;
background-color: #fa6dbb;
/* Tailwind (arbitrary) */
class="text-[#fa6dbb] bg-[#fa6dbb]"
/* SCSS */
$brand: #fa6dbb;
/* SwiftUI */
Color(red: 0.980, green: 0.427, blue: 0.733)
/* Android */
Color.parseColor("#fa6dbb")Accessibility — WCAG contrast
Aa
#fa6dbb on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa6dbb on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green42.7%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta56.4%
Yellow25.2%
Key (black)2.0%
Color previews
#fa6dbb text on a black background
contrast 7.97:1
Card sample
#fa6dbb text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa6dbb;
Background color
Panel with #fa6dbb background
background-color: #fa6dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa6dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 109, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 109, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa6dbb; background: linear-gradient(135deg, #fa6dbb, #FA7D6D);