#fd3ece
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 62, 206
HSL
315°, 98%, 62%
CMYK
0, 76, 19, 1
Luminance
0.2878
Every format
| HEX | #fd3ece |
| RGB | rgb(253, 62, 206) |
| HSL | hsl(315, 98%, 62%) |
| CMYK | cmyk(0%, 76%, 19%, 1%) |
| LAB | lab(60.6 82.3 -32.9) |
| LCH | lch(60.6 88.7 338.2) |
| OKLCH | oklch(0.695 0.262 340.1) |
Copy-ready code
/* CSS */
color: #fd3ece;
background-color: #fd3ece;
/* Tailwind (arbitrary) */
class="text-[#fd3ece] bg-[#fd3ece]"
/* SCSS */
$brand: #fd3ece;
/* SwiftUI */
Color(red: 0.992, green: 0.243, blue: 0.808)
/* Android */
Color.parseColor("#fd3ece")Accessibility — WCAG contrast
Aa
#fd3ece on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3ece on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green24.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta75.5%
Yellow18.6%
Key (black)0.8%
Color previews
#fd3ece text on a black background
contrast 6.76:1
Card sample
#fd3ece text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3ece;
Background color
Panel with #fd3ece background
background-color: #fd3ece;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3ece;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 62, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 62, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3ece; background: linear-gradient(135deg, #fd3ece, #FD3E4F);