#cb754a
a balanced, vivid orange · warm · closest name: peru
RGB
203, 117, 74
HSL
20°, 55%, 54%
CMYK
0, 42, 64, 20
Luminance
0.2591
Every format
| HEX | #cb754a |
| RGB | rgb(203, 117, 74) |
| HSL | hsl(20, 55%, 54%) |
| CMYK | cmyk(0%, 42%, 64%, 20%) |
| LAB | lab(58.0 29.9 37.9) |
| LCH | lch(58.0 48.3 51.8) |
| OKLCH | oklch(0.649 0.123 46.3) |
Copy-ready code
/* CSS */
color: #cb754a;
background-color: #cb754a;
/* Tailwind (arbitrary) */
class="text-[#cb754a] bg-[#cb754a]"
/* SCSS */
$brand: #cb754a;
/* SwiftUI */
Color(red: 0.796, green: 0.459, blue: 0.290)
/* Android */
Color.parseColor("#cb754a")Accessibility — WCAG contrast
Aa
#cb754a on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb754a on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green45.9%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow63.5%
Key (black)20.4%
Color previews
#cb754a text on a black background
contrast 6.18:1
Card sample
#cb754a text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb754a;
Background color
Panel with #cb754a background
background-color: #cb754a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb754a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 117, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 117, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb754a; background: linear-gradient(135deg, #cb754a, #CBCB4A);