#fd26ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 38, 206
HSL
313°, 98%, 57%
CMYK
0, 85, 19, 1
Luminance
0.2673
Every format
| HEX | #fd26ce |
| RGB | rgb(253, 38, 206) |
| HSL | hsl(313, 98%, 57%) |
| CMYK | cmyk(0%, 85%, 19%, 1%) |
| LAB | lab(58.7 87.8 -35.8) |
| LCH | lch(58.7 94.8 337.8) |
| OKLCH | oklch(0.682 0.280 339.7) |
Copy-ready code
/* CSS */
color: #fd26ce;
background-color: #fd26ce;
/* Tailwind (arbitrary) */
class="text-[#fd26ce] bg-[#fd26ce]"
/* SCSS */
$brand: #fd26ce;
/* SwiftUI */
Color(red: 0.992, green: 0.149, blue: 0.808)
/* Android */
Color.parseColor("#fd26ce")Accessibility — WCAG contrast
Aa
#fd26ce on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd26ce on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green14.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow18.6%
Key (black)0.8%
Color previews
#fd26ce text on a black background
contrast 6.35:1
Card sample
#fd26ce text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd26ce;
Background color
Panel with #fd26ce background
background-color: #fd26ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd26ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 38, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 38, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd26ce; background: linear-gradient(135deg, #fd26ce, #FD263F);