#ff8352
a light, electric orange · warm · “coral”
RGB
255, 131, 82
HSL
17°, 100%, 66%
CMYK
0, 49, 68, 0
Luminance
0.3810
Every format
| HEX | #ff8352 |
| RGB | rgb(255, 131, 82) |
| HSL | hsl(17, 100%, 66%) |
| CMYK | cmyk(0%, 49%, 68%, 0%) |
| LAB | lab(68.1 43.5 47.4) |
| LCH | lch(68.1 64.3 47.5) |
| OKLCH | oklch(0.741 0.164 41.5) |
Copy-ready code
/* CSS */
color: #ff8352;
background-color: #ff8352;
/* Tailwind (arbitrary) */
class="text-[#ff8352] bg-[#ff8352]"
/* SCSS */
$brand: #ff8352;
/* SwiftUI */
Color(red: 1.000, green: 0.514, blue: 0.322)
/* Android */
Color.parseColor("#ff8352")Accessibility — WCAG contrast
Aa
#ff8352 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8352 on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green51.4%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta48.6%
Yellow67.8%
Key (black)0.0%
Color previews
#ff8352 text on a black background
contrast 8.62:1
Card sample
#ff8352 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8352;
Background color
Panel with #ff8352 background
background-color: #ff8352;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8352;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 131, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 131, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8352; background: linear-gradient(135deg, #ff8352, #FFF652);