#ff1a4f
a balanced, electric red · warm · closest name: crimson
RGB
255, 26, 79
HSL
346°, 100%, 55%
CMYK
0, 90, 69, 0
Luminance
0.2256
Every format
| HEX | #ff1a4f |
| RGB | rgb(255, 26, 79) |
| HSL | hsl(346, 100%, 55%) |
| CMYK | cmyk(0%, 90%, 69%, 0%) |
| LAB | lab(54.6 79.5 33.1) |
| LCH | lch(54.6 86.1 22.6) |
| OKLCH | oklch(0.640 0.248 18.1) |
Copy-ready code
/* CSS */
color: #ff1a4f;
background-color: #ff1a4f;
/* Tailwind (arbitrary) */
class="text-[#ff1a4f] bg-[#ff1a4f]"
/* SCSS */
$brand: #ff1a4f;
/* SwiftUI */
Color(red: 1.000, green: 0.102, blue: 0.310)
/* Android */
Color.parseColor("#ff1a4f")Accessibility — WCAG contrast
Aa
#ff1a4f on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff1a4f on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green10.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow69.0%
Key (black)0.0%
Color previews
#ff1a4f text on a black background
contrast 5.51:1
Card sample
#ff1a4f text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff1a4f;
Background color
Panel with #ff1a4f background
background-color: #ff1a4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff1a4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 26, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 26, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff1a4f; background: linear-gradient(135deg, #ff1a4f, #FF7E1A);