#ff8855
a light, electric orange · warm · closest name: coral
RGB
255, 136, 85
HSL
18°, 100%, 67%
CMYK
0, 47, 67, 0
Luminance
0.3952
Every format
| HEX | #ff8855 |
| RGB | rgb(255, 136, 85) |
| HSL | hsl(18, 100%, 67%) |
| CMYK | cmyk(0%, 47%, 67%, 0%) |
| LAB | lab(69.1 41.2 47.0) |
| LCH | lch(69.1 62.5 48.8) |
| OKLCH | oklch(0.749 0.159 43.0) |
Copy-ready code
/* CSS */
color: #ff8855;
background-color: #ff8855;
/* Tailwind (arbitrary) */
class="text-[#ff8855] bg-[#ff8855]"
/* SCSS */
$brand: #ff8855;
/* SwiftUI */
Color(red: 1.000, green: 0.533, blue: 0.333)
/* Android */
Color.parseColor("#ff8855")Accessibility — WCAG contrast
Aa
#ff8855 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8855 on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green53.3%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow66.7%
Key (black)0.0%
Color previews
#ff8855 text on a black background
contrast 8.90:1
Card sample
#ff8855 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8855;
Background color
Panel with #ff8855 background
background-color: #ff8855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 136, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 136, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8855; background: linear-gradient(135deg, #ff8855, #FFF955);