#ff355c
a balanced, electric red · warm · closest name: crimson
RGB
255, 53, 92
HSL
348°, 100%, 60%
CMYK
0, 79, 64, 0
Luminance
0.2458
Every format
| HEX | #ff355c |
| RGB | rgb(255, 53, 92) |
| HSL | hsl(348, 100%, 60%) |
| CMYK | cmyk(0%, 79%, 64%, 0%) |
| LAB | lab(56.7 74.9 28.0) |
| LCH | lch(56.7 79.9 20.5) |
| OKLCH | oklch(0.656 0.233 16.7) |
Copy-ready code
/* CSS */
color: #ff355c;
background-color: #ff355c;
/* Tailwind (arbitrary) */
class="text-[#ff355c] bg-[#ff355c]"
/* SCSS */
$brand: #ff355c;
/* SwiftUI */
Color(red: 1.000, green: 0.208, blue: 0.361)
/* Android */
Color.parseColor("#ff355c")Accessibility — WCAG contrast
Aa
#ff355c on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff355c on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green20.8%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow63.9%
Key (black)0.0%
Color previews
#ff355c text on a black background
contrast 5.92:1
Card sample
#ff355c text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff355c;
Background color
Panel with #ff355c background
background-color: #ff355c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff355c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 53, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 53, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff355c; background: linear-gradient(135deg, #ff355c, #FF9535);