#ff8d60
a light, electric orange · warm · closest name: coral
RGB
255, 141, 96
HSL
17°, 100%, 69%
CMYK
0, 45, 62, 0
Luminance
0.4115
Every format
| HEX | #ff8d60 |
| RGB | rgb(255, 141, 96) |
| HSL | hsl(17, 100%, 69%) |
| CMYK | cmyk(0%, 45%, 62%, 0%) |
| LAB | lab(70.3 39.3 42.7) |
| LCH | lch(70.3 58.1 47.4) |
| OKLCH | oklch(0.759 0.151 41.8) |
Copy-ready code
/* CSS */
color: #ff8d60;
background-color: #ff8d60;
/* Tailwind (arbitrary) */
class="text-[#ff8d60] bg-[#ff8d60]"
/* SCSS */
$brand: #ff8d60;
/* SwiftUI */
Color(red: 1.000, green: 0.553, blue: 0.376)
/* Android */
Color.parseColor("#ff8d60")Accessibility — WCAG contrast
Aa
#ff8d60 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8d60 on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green55.3%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow62.4%
Key (black)0.0%
Color previews
#ff8d60 text on a black background
contrast 9.23:1
Card sample
#ff8d60 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8d60;
Background color
Panel with #ff8d60 background
background-color: #ff8d60;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8d60;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 141, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 141, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8d60; background: linear-gradient(135deg, #ff8d60, #FFF760);