#fd7dbb
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 125, 187
HSL
331°, 97%, 74%
CMYK
0, 51, 26, 1
Luminance
0.3914
Every format
| HEX | #fd7dbb |
| RGB | rgb(253, 125, 187) |
| HSL | hsl(331, 97%, 74%) |
| CMYK | cmyk(0%, 51%, 26%, 1%) |
| LAB | lab(68.8 55.4 -9.6) |
| LCH | lch(68.8 56.3 350.2) |
| OKLCH | oklch(0.754 0.169 351.6) |
Copy-ready code
/* CSS */
color: #fd7dbb;
background-color: #fd7dbb;
/* Tailwind (arbitrary) */
class="text-[#fd7dbb] bg-[#fd7dbb]"
/* SCSS */
$brand: #fd7dbb;
/* SwiftUI */
Color(red: 0.992, green: 0.490, blue: 0.733)
/* Android */
Color.parseColor("#fd7dbb")Accessibility — WCAG contrast
Aa
#fd7dbb on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7dbb on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green49.0%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow26.1%
Key (black)0.8%
Color previews
#fd7dbb text on a black background
contrast 8.83:1
Card sample
#fd7dbb text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7dbb;
Background color
Panel with #fd7dbb background
background-color: #fd7dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 125, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 125, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7dbb; background: linear-gradient(135deg, #fd7dbb, #FD947D);