#fd00ba
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 0, 186
HSL
316°, 100%, 50%
CMYK
0, 100, 27, 1
Luminance
0.2443
Every format
| HEX | #fd00ba |
| RGB | rgb(253, 0, 186) |
| HSL | hsl(316, 100%, 50%) |
| CMYK | cmyk(0%, 100%, 27%, 1%) |
| LAB | lab(56.5 89.3 -27.8) |
| LCH | lch(56.5 93.6 342.7) |
| OKLCH | oklch(0.663 0.282 344.8) |
Copy-ready code
/* CSS */
color: #fd00ba;
background-color: #fd00ba;
/* Tailwind (arbitrary) */
class="text-[#fd00ba] bg-[#fd00ba]"
/* SCSS */
$brand: #fd00ba;
/* SwiftUI */
Color(red: 0.992, green: 0.000, blue: 0.729)
/* Android */
Color.parseColor("#fd00ba")Accessibility — WCAG contrast
Aa
#fd00ba on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd00ba on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green0.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow26.5%
Key (black)0.8%
Color previews
#fd00ba text on a black background
contrast 5.89:1
Card sample
#fd00ba text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd00ba;
Background color
Panel with #fd00ba background
background-color: #fd00ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd00ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 0, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 0, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd00ba; background: linear-gradient(135deg, #fd00ba, #FD0011);