#fd0baf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 11, 175
HSL
319°, 98%, 52%
CMYK
0, 96, 31, 1
Luminance
0.2422
Every format
| HEX | #fd0baf |
| RGB | rgb(253, 11, 175) |
| HSL | hsl(319, 98%, 52%) |
| CMYK | cmyk(0%, 96%, 31%, 1%) |
| LAB | lab(56.3 87.5 -21.7) |
| LCH | lch(56.3 90.2 346.1) |
| OKLCH | oklch(0.660 0.274 348.0) |
Copy-ready code
/* CSS */
color: #fd0baf;
background-color: #fd0baf;
/* Tailwind (arbitrary) */
class="text-[#fd0baf] bg-[#fd0baf]"
/* SCSS */
$brand: #fd0baf;
/* SwiftUI */
Color(red: 0.992, green: 0.043, blue: 0.686)
/* Android */
Color.parseColor("#fd0baf")Accessibility — WCAG contrast
Aa
#fd0baf on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0baf on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green4.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta95.7%
Yellow30.8%
Key (black)0.8%
Color previews
#fd0baf text on a black background
contrast 5.84:1
Card sample
#fd0baf text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0baf;
Background color
Panel with #fd0baf background
background-color: #fd0baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 11, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 11, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0baf; background: linear-gradient(135deg, #fd0baf, #FD0B0E);