#ff8553
a light, electric orange · warm · closest name: coral
RGB
255, 133, 83
HSL
17°, 100%, 66%
CMYK
0, 48, 68, 0
Luminance
0.3866
Every format
| HEX | #ff8553 |
| RGB | rgb(255, 133, 83) |
| HSL | hsl(17, 100%, 66%) |
| CMYK | cmyk(0%, 48%, 68%, 0%) |
| LAB | lab(68.5 42.5 47.4) |
| LCH | lch(68.5 63.7 48.1) |
| OKLCH | oklch(0.745 0.162 42.1) |
Copy-ready code
/* CSS */
color: #ff8553;
background-color: #ff8553;
/* Tailwind (arbitrary) */
class="text-[#ff8553] bg-[#ff8553]"
/* SCSS */
$brand: #ff8553;
/* SwiftUI */
Color(red: 1.000, green: 0.522, blue: 0.325)
/* Android */
Color.parseColor("#ff8553")Accessibility — WCAG contrast
Aa
#ff8553 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8553 on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green52.2%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow67.5%
Key (black)0.0%
Color previews
#ff8553 text on a black background
contrast 8.73:1
Card sample
#ff8553 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8553;
Background color
Panel with #ff8553 background
background-color: #ff8553;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8553;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 133, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 133, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8553; background: linear-gradient(135deg, #ff8553, #FFF853);