#ff834d
a light, electric orange · warm · closest name: coral
RGB
255, 131, 77
HSL
18°, 100%, 65%
CMYK
0, 49, 70, 0
Luminance
0.3803
Every format
| HEX | #ff834d |
| RGB | rgb(255, 131, 77) |
| HSL | hsl(18, 100%, 65%) |
| CMYK | cmyk(0%, 49%, 70%, 0%) |
| LAB | lab(68.0 43.2 49.9) |
| LCH | lch(68.0 66.0 49.1) |
| OKLCH | oklch(0.741 0.166 43.0) |
Copy-ready code
/* CSS */
color: #ff834d;
background-color: #ff834d;
/* Tailwind (arbitrary) */
class="text-[#ff834d] bg-[#ff834d]"
/* SCSS */
$brand: #ff834d;
/* SwiftUI */
Color(red: 1.000, green: 0.514, blue: 0.302)
/* Android */
Color.parseColor("#ff834d")Accessibility — WCAG contrast
Aa
#ff834d on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff834d on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green51.4%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta48.6%
Yellow69.8%
Key (black)0.0%
Color previews
#ff834d text on a black background
contrast 8.61:1
Card sample
#ff834d text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff834d;
Background color
Panel with #ff834d background
background-color: #ff834d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff834d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 131, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 131, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff834d; background: linear-gradient(135deg, #ff834d, #FFFA4D);