#cb8264
a balanced, vivid orange · warm · closest name: sienna
RGB
203, 130, 100
HSL
18°, 50%, 59%
CMYK
0, 36, 51, 20
Luminance
0.2958
Every format
| HEX | #cb8264 |
| RGB | rgb(203, 130, 100) |
| HSL | hsl(18, 50%, 59%) |
| CMYK | cmyk(0%, 36%, 51%, 20%) |
| LAB | lab(61.3 24.9 27.9) |
| LCH | lch(61.3 37.4 48.2) |
| OKLCH | oklch(0.676 0.100 43.0) |
Copy-ready code
/* CSS */
color: #cb8264;
background-color: #cb8264;
/* Tailwind (arbitrary) */
class="text-[#cb8264] bg-[#cb8264]"
/* SCSS */
$brand: #cb8264;
/* SwiftUI */
Color(red: 0.796, green: 0.510, blue: 0.392)
/* Android */
Color.parseColor("#cb8264")Accessibility — WCAG contrast
Aa
#cb8264 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb8264 on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green51.0%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow50.7%
Key (black)20.4%
Color previews
#cb8264 text on a black background
contrast 6.92:1
Card sample
#cb8264 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8264;
Background color
Panel with #cb8264 background
background-color: #cb8264;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8264;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 130, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 130, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8264; background: linear-gradient(135deg, #cb8264, #CBC764);