#fd265f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 38, 95
HSL
344°, 98%, 57%
CMYK
0, 85, 63, 1
Luminance
0.2310
Every format
| HEX | #fd265f |
| RGB | rgb(253, 38, 95) |
| HSL | hsl(344, 98%, 57%) |
| CMYK | cmyk(0%, 85%, 63%, 1%) |
| LAB | lab(55.2 77.8 24.2) |
| LCH | lch(55.2 81.5 17.3) |
| OKLCH | oklch(0.644 0.241 14.1) |
Copy-ready code
/* CSS */
color: #fd265f;
background-color: #fd265f;
/* Tailwind (arbitrary) */
class="text-[#fd265f] bg-[#fd265f]"
/* SCSS */
$brand: #fd265f;
/* SwiftUI */
Color(red: 0.992, green: 0.149, blue: 0.373)
/* Android */
Color.parseColor("#fd265f")Accessibility — WCAG contrast
Aa
#fd265f on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd265f on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green14.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow62.5%
Key (black)0.8%
Color previews
#fd265f text on a black background
contrast 5.62:1
Card sample
#fd265f text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd265f;
Background color
Panel with #fd265f background
background-color: #fd265f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd265f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 38, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 38, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd265f; background: linear-gradient(135deg, #fd265f, #FD7C26);