#fd6eb5
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 110, 181
HSL
330°, 97%, 71%
CMYK
0, 57, 29, 1
Luminance
0.3537
Every format
| HEX | #fd6eb5 |
| RGB | rgb(253, 110, 181) |
| HSL | hsl(330, 97%, 71%) |
| CMYK | cmyk(0%, 57%, 29%, 1%) |
| LAB | lab(66.0 61.6 -10.4) |
| LCH | lch(66.0 62.5 350.4) |
| OKLCH | oklch(0.732 0.189 351.8) |
Copy-ready code
/* CSS */
color: #fd6eb5;
background-color: #fd6eb5;
/* Tailwind (arbitrary) */
class="text-[#fd6eb5] bg-[#fd6eb5]"
/* SCSS */
$brand: #fd6eb5;
/* SwiftUI */
Color(red: 0.992, green: 0.431, blue: 0.710)
/* Android */
Color.parseColor("#fd6eb5")Accessibility — WCAG contrast
Aa
#fd6eb5 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6eb5 on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green43.1%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow28.5%
Key (black)0.8%
Color previews
#fd6eb5 text on a black background
contrast 8.07:1
Card sample
#fd6eb5 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6eb5;
Background color
Panel with #fd6eb5 background
background-color: #fd6eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 110, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 110, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6eb5; background: linear-gradient(135deg, #fd6eb5, #FD866E);