#fd3ebc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 62, 188
HSL
320°, 98%, 62%
CMYK
0, 76, 26, 1
Luminance
0.2796
Every format
| HEX | #fd3ebc |
| RGB | rgb(253, 62, 188) |
| HSL | hsl(320, 98%, 62%) |
| CMYK | cmyk(0%, 76%, 26%, 1%) |
| LAB | lab(59.9 80.2 -23.8) |
| LCH | lch(59.9 83.6 343.5) |
| OKLCH | oklch(0.687 0.251 345.4) |
Copy-ready code
/* CSS */
color: #fd3ebc;
background-color: #fd3ebc;
/* Tailwind (arbitrary) */
class="text-[#fd3ebc] bg-[#fd3ebc]"
/* SCSS */
$brand: #fd3ebc;
/* SwiftUI */
Color(red: 0.992, green: 0.243, blue: 0.737)
/* Android */
Color.parseColor("#fd3ebc")Accessibility — WCAG contrast
Aa
#fd3ebc on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3ebc on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green24.3%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta75.5%
Yellow25.7%
Key (black)0.8%
Color previews
#fd3ebc text on a black background
contrast 6.59:1
Card sample
#fd3ebc text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3ebc;
Background color
Panel with #fd3ebc background
background-color: #fd3ebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3ebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 62, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 62, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3ebc; background: linear-gradient(135deg, #fd3ebc, #FD3F3E);