#fd70ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 112, 186
HSL
329°, 97%, 72%
CMYK
0, 56, 27, 1
Luminance
0.3602
Every format
| HEX | #fd70ba |
| RGB | rgb(253, 112, 186) |
| HSL | hsl(329, 97%, 72%) |
| CMYK | cmyk(0%, 56%, 27%, 1%) |
| LAB | lab(66.5 61.3 -12.5) |
| LCH | lch(66.5 62.6 348.5) |
| OKLCH | oklch(0.736 0.188 350.0) |
Copy-ready code
/* CSS */
color: #fd70ba;
background-color: #fd70ba;
/* Tailwind (arbitrary) */
class="text-[#fd70ba] bg-[#fd70ba]"
/* SCSS */
$brand: #fd70ba;
/* SwiftUI */
Color(red: 0.992, green: 0.439, blue: 0.729)
/* Android */
Color.parseColor("#fd70ba")Accessibility — WCAG contrast
Aa
#fd70ba on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd70ba on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green43.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow26.5%
Key (black)0.8%
Color previews
#fd70ba text on a black background
contrast 8.20:1
Card sample
#fd70ba text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd70ba;
Background color
Panel with #fd70ba background
background-color: #fd70ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd70ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 112, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 112, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd70ba; background: linear-gradient(135deg, #fd70ba, #FD8470);