#fd26ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 38, 255
HSL
299°, 100%, 58%
CMYK
1, 85, 0, 0
Luminance
0.2949
Every format
| HEX | #fd26ff |
| RGB | rgb(253, 38, 255) |
| HSL | hsl(299, 100%, 58%) |
| CMYK | cmyk(1%, 85%, 0%, 0%) |
| LAB | lab(61.2 94.3 -59.4) |
| LCH | lch(61.2 111.5 327.8) |
| OKLCH | oklch(0.707 0.310 327.8) |
Copy-ready code
/* CSS */
color: #fd26ff;
background-color: #fd26ff;
/* Tailwind (arbitrary) */
class="text-[#fd26ff] bg-[#fd26ff]"
/* SCSS */
$brand: #fd26ff;
/* SwiftUI */
Color(red: 0.992, green: 0.149, blue: 1.000)
/* Android */
Color.parseColor("#fd26ff")Accessibility — WCAG contrast
Aa
#fd26ff on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd26ff on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green14.9%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta85.1%
Yellow0.0%
Key (black)0.0%
Color previews
#fd26ff text on a black background
contrast 6.90:1
Card sample
#fd26ff text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd26ff;
Background color
Panel with #fd26ff background
background-color: #fd26ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd26ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 38, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 38, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd26ff; background: linear-gradient(135deg, #fd26ff, #FF2671);