#cb7d2f
a balanced, vivid orange · warm · closest name: peru
RGB
203, 125, 47
HSL
30°, 62%, 49%
CMYK
0, 38, 77, 20
Luminance
0.2757
Every format
| HEX | #cb7d2f |
| RGB | rgb(203, 125, 47) |
| HSL | hsl(30, 62%, 49%) |
| CMYK | cmyk(0%, 38%, 77%, 20%) |
| LAB | lab(59.5 24.1 52.8) |
| LCH | lch(59.5 58.1 65.4) |
| OKLCH | oklch(0.660 0.132 61.4) |
Copy-ready code
/* CSS */
color: #cb7d2f;
background-color: #cb7d2f;
/* Tailwind (arbitrary) */
class="text-[#cb7d2f] bg-[#cb7d2f]"
/* SCSS */
$brand: #cb7d2f;
/* SwiftUI */
Color(red: 0.796, green: 0.490, blue: 0.184)
/* Android */
Color.parseColor("#cb7d2f")Accessibility — WCAG contrast
Aa
#cb7d2f on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb7d2f on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green49.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta38.4%
Yellow76.8%
Key (black)20.4%
Color previews
#cb7d2f text on a black background
contrast 6.51:1
Card sample
#cb7d2f text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7d2f;
Background color
Panel with #cb7d2f background
background-color: #cb7d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 125, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 125, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7d2f; background: linear-gradient(135deg, #cb7d2f, #B1CB2F);