#fc3dbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 61, 187
HSL
320°, 97%, 61%
CMYK
0, 76, 26, 1
Luminance
0.2762
Every format
| HEX | #fc3dbb |
| RGB | rgb(252, 61, 187) |
| HSL | hsl(320, 97%, 61%) |
| CMYK | cmyk(0%, 76%, 26%, 1%) |
| LAB | lab(59.5 80.1 -23.7) |
| LCH | lch(59.5 83.5 343.5) |
| OKLCH | oklch(0.685 0.251 345.5) |
Copy-ready code
/* CSS */
color: #fc3dbb;
background-color: #fc3dbb;
/* Tailwind (arbitrary) */
class="text-[#fc3dbb] bg-[#fc3dbb]"
/* SCSS */
$brand: #fc3dbb;
/* SwiftUI */
Color(red: 0.988, green: 0.239, blue: 0.733)
/* Android */
Color.parseColor("#fc3dbb")Accessibility — WCAG contrast
Aa
#fc3dbb on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc3dbb on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green23.9%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow25.8%
Key (black)1.2%
Color previews
#fc3dbb text on a black background
contrast 6.52:1
Card sample
#fc3dbb text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc3dbb;
Background color
Panel with #fc3dbb background
background-color: #fc3dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc3dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 61, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 61, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc3dbb; background: linear-gradient(135deg, #fc3dbb, #FC3E3D);