#ff8d52
a light, electric orange · warm · closest name: coral
RGB
255, 141, 82
HSL
21°, 100%, 66%
CMYK
0, 45, 68, 0
Luminance
0.4092
Every format
| HEX | #ff8d52 |
| RGB | rgb(255, 141, 82) |
| HSL | hsl(21, 100%, 66%) |
| CMYK | cmyk(0%, 45%, 68%, 0%) |
| LAB | lab(70.1 38.5 49.7) |
| LCH | lch(70.1 62.9 52.2) |
| OKLCH | oklch(0.757 0.157 46.6) |
Copy-ready code
/* CSS */
color: #ff8d52;
background-color: #ff8d52;
/* Tailwind (arbitrary) */
class="text-[#ff8d52] bg-[#ff8d52]"
/* SCSS */
$brand: #ff8d52;
/* SwiftUI */
Color(red: 1.000, green: 0.553, blue: 0.322)
/* Android */
Color.parseColor("#ff8d52")Accessibility — WCAG contrast
Aa
#ff8d52 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8d52 on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green55.3%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow67.8%
Key (black)0.0%
Color previews
#ff8d52 text on a black background
contrast 9.18:1
Card sample
#ff8d52 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8d52;
Background color
Panel with #ff8d52 background
background-color: #ff8d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 141, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 141, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8d52; background: linear-gradient(135deg, #ff8d52, #FEFF52);