#fd0bc4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 11, 196
HSL
314°, 98%, 52%
CMYK
0, 96, 23, 1
Luminance
0.2511
Every format
| HEX | #fd0bc4 |
| RGB | rgb(253, 11, 196) |
| HSL | hsl(314, 98%, 52%) |
| CMYK | cmyk(0%, 96%, 23%, 1%) |
| LAB | lab(57.2 89.8 -32.5) |
| LCH | lch(57.2 95.5 340.1) |
| OKLCH | oklch(0.669 0.285 342.1) |
Copy-ready code
/* CSS */
color: #fd0bc4;
background-color: #fd0bc4;
/* Tailwind (arbitrary) */
class="text-[#fd0bc4] bg-[#fd0bc4]"
/* SCSS */
$brand: #fd0bc4;
/* SwiftUI */
Color(red: 0.992, green: 0.043, blue: 0.769)
/* Android */
Color.parseColor("#fd0bc4")Accessibility — WCAG contrast
Aa
#fd0bc4 on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0bc4 on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green4.3%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta95.7%
Yellow22.5%
Key (black)0.8%
Color previews
#fd0bc4 text on a black background
contrast 6.02:1
Card sample
#fd0bc4 text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0bc4;
Background color
Panel with #fd0bc4 background
background-color: #fd0bc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0bc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 11, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 11, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0bc4; background: linear-gradient(135deg, #fd0bc4, #FD0B23);