#cb733f
a balanced, vivid orange · warm · closest name: peru
RGB
203, 115, 63
HSL
22°, 57%, 52%
CMYK
0, 43, 69, 20
Luminance
0.2532
Every format
| HEX | #cb733f |
| RGB | rgb(203, 115, 63) |
| HSL | hsl(22, 57%, 52%) |
| CMYK | cmyk(0%, 43%, 69%, 20%) |
| LAB | lab(57.4 30.3 43.0) |
| LCH | lch(57.4 52.6 54.9) |
| OKLCH | oklch(0.644 0.129 49.4) |
Copy-ready code
/* CSS */
color: #cb733f;
background-color: #cb733f;
/* Tailwind (arbitrary) */
class="text-[#cb733f] bg-[#cb733f]"
/* SCSS */
$brand: #cb733f;
/* SwiftUI */
Color(red: 0.796, green: 0.451, blue: 0.247)
/* Android */
Color.parseColor("#cb733f")Accessibility — WCAG contrast
Aa
#cb733f on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb733f on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green45.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta43.3%
Yellow69.0%
Key (black)20.4%
Color previews
#cb733f text on a black background
contrast 6.06:1
Card sample
#cb733f text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb733f;
Background color
Panel with #cb733f background
background-color: #cb733f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb733f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 115, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 115, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb733f; background: linear-gradient(135deg, #cb733f, #C6CB3F);