#fc0dbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 13, 187
HSL
316°, 98%, 52%
CMYK
0, 95, 26, 1
Luminance
0.2457
Every format
| HEX | #fc0dbb |
| RGB | rgb(252, 13, 187) |
| HSL | hsl(316, 98%, 52%) |
| CMYK | cmyk(0%, 95%, 26%, 1%) |
| LAB | lab(56.7 88.4 -28.1) |
| LCH | lch(56.7 92.8 342.3) |
| OKLCH | oklch(0.664 0.279 344.4) |
Copy-ready code
/* CSS */
color: #fc0dbb;
background-color: #fc0dbb;
/* Tailwind (arbitrary) */
class="text-[#fc0dbb] bg-[#fc0dbb]"
/* SCSS */
$brand: #fc0dbb;
/* SwiftUI */
Color(red: 0.988, green: 0.051, blue: 0.733)
/* Android */
Color.parseColor("#fc0dbb")Accessibility — WCAG contrast
Aa
#fc0dbb on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc0dbb on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green5.1%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta94.8%
Yellow25.8%
Key (black)1.2%
Color previews
#fc0dbb text on a black background
contrast 5.91:1
Card sample
#fc0dbb text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc0dbb;
Background color
Panel with #fc0dbb background
background-color: #fc0dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc0dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 13, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 13, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc0dbb; background: linear-gradient(135deg, #fc0dbb, #FC0D1C);