#cb8161
a balanced, vivid orange · warm · closest name: sienna
RGB
203, 129, 97
HSL
18°, 51%, 59%
CMYK
0, 37, 52, 20
Luminance
0.2926
Every format
| HEX | #cb8161 |
| RGB | rgb(203, 129, 97) |
| HSL | hsl(18, 51%, 59%) |
| CMYK | cmyk(0%, 37%, 52%, 20%) |
| LAB | lab(61.0 25.2 29.2) |
| LCH | lch(61.0 38.6 49.2) |
| OKLCH | oklch(0.673 0.102 44.0) |
Copy-ready code
/* CSS */
color: #cb8161;
background-color: #cb8161;
/* Tailwind (arbitrary) */
class="text-[#cb8161] bg-[#cb8161]"
/* SCSS */
$brand: #cb8161;
/* SwiftUI */
Color(red: 0.796, green: 0.506, blue: 0.380)
/* Android */
Color.parseColor("#cb8161")Accessibility — WCAG contrast
Aa
#cb8161 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb8161 on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green50.6%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta36.5%
Yellow52.2%
Key (black)20.4%
Color previews
#cb8161 text on a black background
contrast 6.85:1
Card sample
#cb8161 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8161;
Background color
Panel with #cb8161 background
background-color: #cb8161;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8161;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 129, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 129, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8161; background: linear-gradient(135deg, #cb8161, #CBC861);