#ff114a
a balanced, electric red · warm · closest name: crimson
RGB
255, 17, 74
HSL
346°, 100%, 53%
CMYK
0, 93, 71, 0
Luminance
0.2216
Every format
| HEX | #ff114a |
| RGB | rgb(255, 17, 74) |
| HSL | hsl(346, 100%, 53%) |
| CMYK | cmyk(0%, 93%, 71%, 0%) |
| LAB | lab(54.2 80.3 35.5) |
| LCH | lch(54.2 87.8 23.9) |
| OKLCH | oklch(0.637 0.251 18.9) |
Copy-ready code
/* CSS */
color: #ff114a;
background-color: #ff114a;
/* Tailwind (arbitrary) */
class="text-[#ff114a] bg-[#ff114a]"
/* SCSS */
$brand: #ff114a;
/* SwiftUI */
Color(red: 1.000, green: 0.067, blue: 0.290)
/* Android */
Color.parseColor("#ff114a")Accessibility — WCAG contrast
Aa
#ff114a on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff114a on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green6.7%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow71.0%
Key (black)0.0%
Color previews
#ff114a text on a black background
contrast 5.43:1
Card sample
#ff114a text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff114a;
Background color
Panel with #ff114a background
background-color: #ff114a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff114a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 17, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 17, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff114a; background: linear-gradient(135deg, #ff114a, #FF7611);