#cb8021
a balanced, vivid orange · warm · closest name: peru
RGB
203, 128, 33
HSL
34°, 72%, 46%
CMYK
0, 37, 84, 20
Luminance
0.2824
Every format
| HEX | #cb8021 |
| RGB | rgb(203, 128, 33) |
| HSL | hsl(34, 72%, 46%) |
| CMYK | cmyk(0%, 37%, 84%, 20%) |
| LAB | lab(60.1 22.0 58.8) |
| LCH | lch(60.1 62.8 69.5) |
| OKLCH | oklch(0.664 0.137 66.2) |
Copy-ready code
/* CSS */
color: #cb8021;
background-color: #cb8021;
/* Tailwind (arbitrary) */
class="text-[#cb8021] bg-[#cb8021]"
/* SCSS */
$brand: #cb8021;
/* SwiftUI */
Color(red: 0.796, green: 0.502, blue: 0.129)
/* Android */
Color.parseColor("#cb8021")Accessibility — WCAG contrast
Aa
#cb8021 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb8021 on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green50.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta36.9%
Yellow83.7%
Key (black)20.4%
Color previews
#cb8021 text on a black background
contrast 6.65:1
Card sample
#cb8021 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb8021;
Background color
Panel with #cb8021 background
background-color: #cb8021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb8021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 128, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 128, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb8021; background: linear-gradient(135deg, #cb8021, #A5CB21);