#fd093c
a balanced, electric red · warm · closest name: crimson
RGB
253, 9, 60
HSL
348°, 98%, 51%
CMYK
0, 96, 76, 1
Luminance
0.2140
Every format
| HEX | #fd093c |
| RGB | rgb(253, 9, 60) |
| HSL | hsl(348, 98%, 51%) |
| CMYK | cmyk(0%, 96%, 76%, 1%) |
| LAB | lab(53.4 80.0 42.6) |
| LCH | lch(53.4 90.6 28.0) |
| OKLCH | oklch(0.629 0.251 21.9) |
Copy-ready code
/* CSS */
color: #fd093c;
background-color: #fd093c;
/* Tailwind (arbitrary) */
class="text-[#fd093c] bg-[#fd093c]"
/* SCSS */
$brand: #fd093c;
/* SwiftUI */
Color(red: 0.992, green: 0.035, blue: 0.235)
/* Android */
Color.parseColor("#fd093c")Accessibility — WCAG contrast
Aa
#fd093c on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd093c on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green3.5%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta96.4%
Yellow76.3%
Key (black)0.8%
Color previews
#fd093c text on a black background
contrast 5.28:1
Card sample
#fd093c text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd093c;
Background color
Panel with #fd093c background
background-color: #fd093c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd093c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 9, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 9, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd093c; background: linear-gradient(135deg, #fd093c, #FD7909);