#fd6ebc
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 110, 188
HSL
327°, 97%, 71%
CMYK
0, 57, 26, 1
Luminance
0.3567
Every format
| HEX | #fd6ebc |
| RGB | rgb(253, 110, 188) |
| HSL | hsl(327, 97%, 71%) |
| CMYK | cmyk(0%, 57%, 26%, 1%) |
| LAB | lab(66.3 62.5 -14.0) |
| LCH | lch(66.3 64.0 347.3) |
| OKLCH | oklch(0.734 0.192 349.0) |
Copy-ready code
/* CSS */
color: #fd6ebc;
background-color: #fd6ebc;
/* Tailwind (arbitrary) */
class="text-[#fd6ebc] bg-[#fd6ebc]"
/* SCSS */
$brand: #fd6ebc;
/* SwiftUI */
Color(red: 0.992, green: 0.431, blue: 0.737)
/* Android */
Color.parseColor("#fd6ebc")Accessibility — WCAG contrast
Aa
#fd6ebc on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6ebc on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green43.1%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow25.7%
Key (black)0.8%
Color previews
#fd6ebc text on a black background
contrast 8.13:1
Card sample
#fd6ebc text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6ebc;
Background color
Panel with #fd6ebc background
background-color: #fd6ebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6ebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 110, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 110, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6ebc; background: linear-gradient(135deg, #fd6ebc, #FD7F6E);