#c88872
a balanced, soft orange · warm · closest name: tan
RGB
200, 136, 114
HSL
15°, 44%, 62%
CMYK
0, 32, 43, 22
Luminance
0.3110
Every format
| HEX | #c88872 |
| RGB | rgb(200, 136, 114) |
| HSL | hsl(15, 44%, 62%) |
| CMYK | cmyk(0%, 32%, 43%, 22%) |
| LAB | lab(62.6 21.9 21.7) |
| LCH | lch(62.6 30.8 44.9) |
| OKLCH | oklch(0.686 0.085 39.8) |
Copy-ready code
/* CSS */
color: #c88872;
background-color: #c88872;
/* Tailwind (arbitrary) */
class="text-[#c88872] bg-[#c88872]"
/* SCSS */
$brand: #c88872;
/* SwiftUI */
Color(red: 0.784, green: 0.533, blue: 0.447)
/* Android */
Color.parseColor("#c88872")Accessibility — WCAG contrast
Aa
#c88872 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c88872 on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green53.3%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow43.0%
Key (black)21.6%
Color previews
#c88872 text on a black background
contrast 7.22:1
Card sample
#c88872 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c88872;
Background color
Panel with #c88872 background
background-color: #c88872;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c88872;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 136, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 136, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c88872; background: linear-gradient(135deg, #c88872, #C8C172);