#f17455
a balanced, electric red · warm · closest name: coral
RGB
241, 116, 85
HSL
12°, 85%, 64%
CMYK
0, 52, 65, 6
Luminance
0.3185
Every format
| HEX | #f17455 |
| RGB | rgb(241, 116, 85) |
| HSL | hsl(12, 85%, 64%) |
| CMYK | cmyk(0%, 52%, 65%, 6%) |
| LAB | lab(63.2 45.8 39.6) |
| LCH | lch(63.2 60.5 40.9) |
| OKLCH | oklch(0.700 0.161 35.1) |
Copy-ready code
/* CSS */
color: #f17455;
background-color: #f17455;
/* Tailwind (arbitrary) */
class="text-[#f17455] bg-[#f17455]"
/* SCSS */
$brand: #f17455;
/* SwiftUI */
Color(red: 0.945, green: 0.455, blue: 0.333)
/* Android */
Color.parseColor("#f17455")Accessibility — WCAG contrast
Aa
#f17455 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f17455 on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green45.5%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow64.7%
Key (black)5.5%
Color previews
#f17455 text on a black background
contrast 7.37:1
Card sample
#f17455 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f17455;
Background color
Panel with #f17455 background
background-color: #f17455;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f17455;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 116, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 116, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f17455; background: linear-gradient(135deg, #f17455, #F1DC55);