#cb9155
a balanced, vivid orange · warm · closest name: peru
RGB
203, 145, 85
HSL
31°, 53%, 57%
CMYK
0, 29, 58, 20
Luminance
0.3360
Every format
| HEX | #cb9155 |
| RGB | rgb(203, 145, 85) |
| HSL | hsl(31, 53%, 57%) |
| CMYK | cmyk(0%, 29%, 58%, 20%) |
| LAB | lab(64.7 15.5 40.2) |
| LCH | lch(64.7 43.0 68.9) |
| OKLCH | oklch(0.701 0.104 65.6) |
Copy-ready code
/* CSS */
color: #cb9155;
background-color: #cb9155;
/* Tailwind (arbitrary) */
class="text-[#cb9155] bg-[#cb9155]"
/* SCSS */
$brand: #cb9155;
/* SwiftUI */
Color(red: 0.796, green: 0.569, blue: 0.333)
/* Android */
Color.parseColor("#cb9155")Accessibility — WCAG contrast
Aa
#cb9155 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb9155 on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green56.9%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow58.1%
Key (black)20.4%
Color previews
#cb9155 text on a black background
contrast 7.72:1
Card sample
#cb9155 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb9155;
Background color
Panel with #cb9155 background
background-color: #cb9155;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb9155;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 145, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 145, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb9155; background: linear-gradient(135deg, #cb9155, #B6CB55);