#ff134b
a balanced, electric red · warm · closest name: crimson
RGB
255, 19, 75
HSL
346°, 100%, 54%
CMYK
0, 93, 71, 0
Luminance
0.2223
Every format
| HEX | #ff134b |
| RGB | rgb(255, 19, 75) |
| HSL | hsl(346, 100%, 54%) |
| CMYK | cmyk(0%, 93%, 71%, 0%) |
| LAB | lab(54.3 80.2 35.0) |
| LCH | lch(54.3 87.5 23.6) |
| OKLCH | oklch(0.637 0.250 18.8) |
Copy-ready code
/* CSS */
color: #ff134b;
background-color: #ff134b;
/* Tailwind (arbitrary) */
class="text-[#ff134b] bg-[#ff134b]"
/* SCSS */
$brand: #ff134b;
/* SwiftUI */
Color(red: 1.000, green: 0.075, blue: 0.294)
/* Android */
Color.parseColor("#ff134b")Accessibility — WCAG contrast
Aa
#ff134b on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff134b on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green7.5%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta92.5%
Yellow70.6%
Key (black)0.0%
Color previews
#ff134b text on a black background
contrast 5.45:1
Card sample
#ff134b text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff134b;
Background color
Panel with #ff134b background
background-color: #ff134b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff134b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 19, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 19, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff134b; background: linear-gradient(135deg, #ff134b, #FF7813);