#ff8f4b
a balanced, electric orange · warm · closest name: coral
RGB
255, 143, 75
HSL
23°, 100%, 65%
CMYK
0, 44, 71, 0
Luminance
0.4141
Every format
| HEX | #ff8f4b |
| RGB | rgb(255, 143, 75) |
| HSL | hsl(23, 100%, 65%) |
| CMYK | cmyk(0%, 44%, 71%, 0%) |
| LAB | lab(70.5 37.1 53.5) |
| LCH | lch(70.5 65.1 55.2) |
| OKLCH | oklch(0.759 0.158 49.7) |
Copy-ready code
/* CSS */
color: #ff8f4b;
background-color: #ff8f4b;
/* Tailwind (arbitrary) */
class="text-[#ff8f4b] bg-[#ff8f4b]"
/* SCSS */
$brand: #ff8f4b;
/* SwiftUI */
Color(red: 1.000, green: 0.561, blue: 0.294)
/* Android */
Color.parseColor("#ff8f4b")Accessibility — WCAG contrast
Aa
#ff8f4b on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8f4b on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green56.1%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow70.6%
Key (black)0.0%
Color previews
#ff8f4b text on a black background
contrast 9.28:1
Card sample
#ff8f4b text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8f4b;
Background color
Panel with #ff8f4b background
background-color: #ff8f4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8f4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 143, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 143, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8f4b; background: linear-gradient(135deg, #ff8f4b, #F7FF4B);