#fd27ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 39, 186
HSL
319°, 98%, 57%
CMYK
0, 85, 27, 1
Luminance
0.2588
Every format
| HEX | #fd27ba |
| RGB | rgb(253, 39, 186) |
| HSL | hsl(319, 98%, 57%) |
| CMYK | cmyk(0%, 85%, 27%, 1%) |
| LAB | lab(57.9 85.2 -25.6) |
| LCH | lch(57.9 89.0 343.3) |
| OKLCH | oklch(0.673 0.268 345.3) |
Copy-ready code
/* CSS */
color: #fd27ba;
background-color: #fd27ba;
/* Tailwind (arbitrary) */
class="text-[#fd27ba] bg-[#fd27ba]"
/* SCSS */
$brand: #fd27ba;
/* SwiftUI */
Color(red: 0.992, green: 0.153, blue: 0.729)
/* Android */
Color.parseColor("#fd27ba")Accessibility — WCAG contrast
Aa
#fd27ba on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd27ba on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green15.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta84.6%
Yellow26.5%
Key (black)0.8%
Color previews
#fd27ba text on a black background
contrast 6.18:1
Card sample
#fd27ba text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd27ba;
Background color
Panel with #fd27ba background
background-color: #fd27ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd27ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 39, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 39, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd27ba; background: linear-gradient(135deg, #fd27ba, #FD272B);