#ff895f
a light, electric orange · warm · closest name: coral
RGB
255, 137, 95
HSL
16°, 100%, 69%
CMYK
0, 46, 63, 0
Luminance
0.3998
Every format
| HEX | #ff895f |
| RGB | rgb(255, 137, 95) |
| HSL | hsl(16, 100%, 69%) |
| CMYK | cmyk(0%, 46%, 63%, 0%) |
| LAB | lab(69.5 41.3 42.3) |
| LCH | lch(69.5 59.1 45.7) |
| OKLCH | oklch(0.752 0.154 40.0) |
Copy-ready code
/* CSS */
color: #ff895f;
background-color: #ff895f;
/* Tailwind (arbitrary) */
class="text-[#ff895f] bg-[#ff895f]"
/* SCSS */
$brand: #ff895f;
/* SwiftUI */
Color(red: 1.000, green: 0.537, blue: 0.373)
/* Android */
Color.parseColor("#ff895f")Accessibility — WCAG contrast
Aa
#ff895f on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff895f on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green53.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta46.3%
Yellow62.7%
Key (black)0.0%
Color previews
#ff895f text on a black background
contrast 9.00:1
Card sample
#ff895f text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff895f;
Background color
Panel with #ff895f background
background-color: #ff895f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff895f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 137, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 137, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff895f; background: linear-gradient(135deg, #ff895f, #FFF45F);