#ff8150
a light, electric orange · warm · “coral”
RGB
255, 129, 80
HSL
17°, 100%, 66%
CMYK
0, 49, 69, 0
Luminance
0.3754
Every format
| HEX | #ff8150 |
| RGB | rgb(255, 129, 80) |
| HSL | hsl(17, 100%, 66%) |
| CMYK | cmyk(0%, 49%, 69%, 0%) |
| LAB | lab(67.7 44.4 47.9) |
| LCH | lch(67.7 65.3 47.2) |
| OKLCH | oklch(0.738 0.166 41.2) |
Copy-ready code
/* CSS */
color: #ff8150;
background-color: #ff8150;
/* Tailwind (arbitrary) */
class="text-[#ff8150] bg-[#ff8150]"
/* SCSS */
$brand: #ff8150;
/* SwiftUI */
Color(red: 1.000, green: 0.506, blue: 0.314)
/* Android */
Color.parseColor("#ff8150")Accessibility — WCAG contrast
Aa
#ff8150 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8150 on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green50.6%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow68.6%
Key (black)0.0%
Color previews
#ff8150 text on a black background
contrast 8.51:1
Card sample
#ff8150 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8150;
Background color
Panel with #ff8150 background
background-color: #ff8150;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8150;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 129, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 129, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8150; background: linear-gradient(135deg, #ff8150, #FFF650);