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