#fd70ac
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 112, 172
HSL
335°, 97%, 72%
CMYK
0, 56, 32, 1
Luminance
0.3545
Every format
| HEX | #fd70ac |
| RGB | rgb(253, 112, 172) |
| HSL | hsl(335, 97%, 72%) |
| CMYK | cmyk(0%, 56%, 32%, 1%) |
| LAB | lab(66.1 59.6 -5.2) |
| LCH | lch(66.1 59.8 355.0) |
| OKLCH | oklch(0.732 0.182 355.9) |
Copy-ready code
/* CSS */
color: #fd70ac;
background-color: #fd70ac;
/* Tailwind (arbitrary) */
class="text-[#fd70ac] bg-[#fd70ac]"
/* SCSS */
$brand: #fd70ac;
/* SwiftUI */
Color(red: 0.992, green: 0.439, blue: 0.675)
/* Android */
Color.parseColor("#fd70ac")Accessibility — WCAG contrast
Aa
#fd70ac on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd70ac on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green43.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow32.0%
Key (black)0.8%
Color previews
#fd70ac text on a black background
contrast 8.09:1
Card sample
#fd70ac text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd70ac;
Background color
Panel with #fd70ac background
background-color: #fd70ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd70ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 112, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 112, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd70ac; background: linear-gradient(135deg, #fd70ac, #FD9270);