#fd2cbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 44, 187
HSL
319°, 98%, 58%
CMYK
0, 83, 26, 1
Luminance
0.2627
Every format
| HEX | #fd2cbb |
| RGB | rgb(253, 44, 187) |
| HSL | hsl(319, 98%, 58%) |
| CMYK | cmyk(0%, 83%, 26%, 1%) |
| LAB | lab(58.3 84.4 -25.6) |
| LCH | lch(58.3 88.2 343.1) |
| OKLCH | oklch(0.676 0.266 345.1) |
Copy-ready code
/* CSS */
color: #fd2cbb;
background-color: #fd2cbb;
/* Tailwind (arbitrary) */
class="text-[#fd2cbb] bg-[#fd2cbb]"
/* SCSS */
$brand: #fd2cbb;
/* SwiftUI */
Color(red: 0.992, green: 0.173, blue: 0.733)
/* Android */
Color.parseColor("#fd2cbb")Accessibility — WCAG contrast
Aa
#fd2cbb on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2cbb on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green17.3%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow26.1%
Key (black)0.8%
Color previews
#fd2cbb text on a black background
contrast 6.25:1
Card sample
#fd2cbb text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2cbb;
Background color
Panel with #fd2cbb background
background-color: #fd2cbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2cbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 44, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 44, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2cbb; background: linear-gradient(135deg, #fd2cbb, #FD2C30);