#ff8255
a light, electric orange · warm · “coral”
RGB
255, 130, 85
HSL
16°, 100%, 67%
CMYK
0, 49, 67, 0
Luminance
0.3788
Every format
| HEX | #ff8255 |
| RGB | rgb(255, 130, 85) |
| HSL | hsl(16, 100%, 67%) |
| CMYK | cmyk(0%, 49%, 67%, 0%) |
| LAB | lab(67.9 44.1 45.7) |
| LCH | lch(67.9 63.5 46.0) |
| OKLCH | oklch(0.740 0.164 40.0) |
Copy-ready code
/* CSS */
color: #ff8255;
background-color: #ff8255;
/* Tailwind (arbitrary) */
class="text-[#ff8255] bg-[#ff8255]"
/* SCSS */
$brand: #ff8255;
/* SwiftUI */
Color(red: 1.000, green: 0.510, blue: 0.333)
/* Android */
Color.parseColor("#ff8255")Accessibility — WCAG contrast
Aa
#ff8255 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8255 on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green51.0%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow66.7%
Key (black)0.0%
Color previews
#ff8255 text on a black background
contrast 8.58:1
Card sample
#ff8255 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8255;
Background color
Panel with #ff8255 background
background-color: #ff8255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 130, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 130, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8255; background: linear-gradient(135deg, #ff8255, #FFF355);