#fc28bf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
252, 40, 191
HSL
317°, 97%, 57%
CMYK
0, 84, 24, 1
Luminance
0.2597
Every format
| HEX | #fc28bf |
| RGB | rgb(252, 40, 191) |
| HSL | hsl(317, 97%, 57%) |
| CMYK | cmyk(0%, 84%, 24%, 1%) |
| LAB | lab(58.0 85.4 -28.4) |
| LCH | lch(58.0 90.0 341.6) |
| OKLCH | oklch(0.674 0.270 343.7) |
Copy-ready code
/* CSS */
color: #fc28bf;
background-color: #fc28bf;
/* Tailwind (arbitrary) */
class="text-[#fc28bf] bg-[#fc28bf]"
/* SCSS */
$brand: #fc28bf;
/* SwiftUI */
Color(red: 0.988, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#fc28bf")Accessibility — WCAG contrast
Aa
#fc28bf on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc28bf on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green15.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta84.1%
Yellow24.2%
Key (black)1.2%
Color previews
#fc28bf text on a black background
contrast 6.19:1
Card sample
#fc28bf text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc28bf;
Background color
Panel with #fc28bf background
background-color: #fc28bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc28bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc28bf; background: linear-gradient(135deg, #fc28bf, #FC2832);