#fd3feb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 63, 235
HSL
306°, 98%, 62%
CMYK
0, 75, 7, 1
Luminance
0.3044
Every format
| HEX | #fd3feb |
| RGB | rgb(253, 63, 235) |
| HSL | hsl(306, 98%, 62%) |
| CMYK | cmyk(0%, 75%, 7%, 1%) |
| LAB | lab(62.0 86.0 -47.0) |
| LCH | lch(62.0 98.0 331.3) |
| OKLCH | oklch(0.710 0.279 332.4) |
Copy-ready code
/* CSS */
color: #fd3feb;
background-color: #fd3feb;
/* Tailwind (arbitrary) */
class="text-[#fd3feb] bg-[#fd3feb]"
/* SCSS */
$brand: #fd3feb;
/* SwiftUI */
Color(red: 0.992, green: 0.247, blue: 0.922)
/* Android */
Color.parseColor("#fd3feb")Accessibility — WCAG contrast
Aa
#fd3feb on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd3feb on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green24.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow7.1%
Key (black)0.8%
Color previews
#fd3feb text on a black background
contrast 7.09:1
Card sample
#fd3feb text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3feb;
Background color
Panel with #fd3feb background
background-color: #fd3feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 63, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 63, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3feb; background: linear-gradient(135deg, #fd3feb, #FD3F6C);