#fd00af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 0, 175
HSL
319°, 100%, 50%
CMYK
0, 100, 31, 1
Luminance
0.2398
Every format
| HEX | #fd00af |
| RGB | rgb(253, 0, 175) |
| HSL | hsl(319, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 31%, 1%) |
| LAB | lab(56.1 88.2 -22.1) |
| LCH | lch(56.1 90.9 346.0) |
| OKLCH | oklch(0.658 0.277 347.9) |
Copy-ready code
/* CSS */
color: #fd00af;
background-color: #fd00af;
/* Tailwind (arbitrary) */
class="text-[#fd00af] bg-[#fd00af]"
/* SCSS */
$brand: #fd00af;
/* SwiftUI */
Color(red: 0.992, green: 0.000, blue: 0.686)
/* Android */
Color.parseColor("#fd00af")Accessibility — WCAG contrast
Aa
#fd00af on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd00af on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green0.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow30.8%
Key (black)0.8%
Color previews
#fd00af text on a black background
contrast 5.80:1
Card sample
#fd00af text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd00af;
Background color
Panel with #fd00af background
background-color: #fd00af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd00af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 0, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 0, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd00af; background: linear-gradient(135deg, #fd00af, #FD0006);