#fd4fcb
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 79, 203
HSL
317°, 98%, 65%
CMYK
0, 69, 20, 1
Luminance
0.3079
Every format
| HEX | #fd4fcb |
| RGB | rgb(253, 79, 203) |
| HSL | hsl(317, 98%, 65%) |
| CMYK | cmyk(0%, 69%, 20%, 1%) |
| LAB | lab(62.3 76.7 -28.5) |
| LCH | lch(62.3 81.8 339.6) |
| OKLCH | oklch(0.707 0.242 341.5) |
Copy-ready code
/* CSS */
color: #fd4fcb;
background-color: #fd4fcb;
/* Tailwind (arbitrary) */
class="text-[#fd4fcb] bg-[#fd4fcb]"
/* SCSS */
$brand: #fd4fcb;
/* SwiftUI */
Color(red: 0.992, green: 0.310, blue: 0.796)
/* Android */
Color.parseColor("#fd4fcb")Accessibility — WCAG contrast
Aa
#fd4fcb on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd4fcb on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green31.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow19.8%
Key (black)0.8%
Color previews
#fd4fcb text on a black background
contrast 7.16:1
Card sample
#fd4fcb text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4fcb;
Background color
Panel with #fd4fcb background
background-color: #fd4fcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4fcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 79, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 79, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4fcb; background: linear-gradient(135deg, #fd4fcb, #FD4F57);