#ff366d
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 54, 109
HSL
344°, 100%, 61%
CMYK
0, 79, 57, 0
Luminance
0.2500
Every format
| HEX | #ff366d |
| RGB | rgb(255, 54, 109) |
| HSL | hsl(344, 100%, 61%) |
| CMYK | cmyk(0%, 79%, 57%, 0%) |
| LAB | lab(57.1 75.6 18.5) |
| LCH | lch(57.1 77.8 13.8) |
| OKLCH | oklch(0.660 0.233 11.4) |
Copy-ready code
/* CSS */
color: #ff366d;
background-color: #ff366d;
/* Tailwind (arbitrary) */
class="text-[#ff366d] bg-[#ff366d]"
/* SCSS */
$brand: #ff366d;
/* SwiftUI */
Color(red: 1.000, green: 0.212, blue: 0.427)
/* Android */
Color.parseColor("#ff366d")Accessibility — WCAG contrast
Aa
#ff366d on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff366d on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green21.2%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta78.8%
Yellow57.3%
Key (black)0.0%
Color previews
#ff366d text on a black background
contrast 6.00:1
Card sample
#ff366d text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff366d;
Background color
Panel with #ff366d background
background-color: #ff366d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff366d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 54, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 54, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff366d; background: linear-gradient(135deg, #ff366d, #FF8536);