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