#cb7d4f
a balanced, vivid orange · warm · closest name: peru
RGB
203, 125, 79
HSL
22°, 54%, 55%
CMYK
0, 38, 61, 20
Luminance
0.2793
Every format
| HEX | #cb7d4f |
| RGB | rgb(203, 125, 79) |
| HSL | hsl(22, 54%, 55%) |
| CMYK | cmyk(0%, 38%, 61%, 20%) |
| LAB | lab(59.8 25.9 37.5) |
| LCH | lch(59.8 45.6 55.4) |
| OKLCH | oklch(0.663 0.115 50.3) |
Copy-ready code
/* CSS */
color: #cb7d4f;
background-color: #cb7d4f;
/* Tailwind (arbitrary) */
class="text-[#cb7d4f] bg-[#cb7d4f]"
/* SCSS */
$brand: #cb7d4f;
/* SwiftUI */
Color(red: 0.796, green: 0.490, blue: 0.310)
/* Android */
Color.parseColor("#cb7d4f")Accessibility — WCAG contrast
Aa
#cb7d4f on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb7d4f on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green49.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta38.4%
Yellow61.1%
Key (black)20.4%
Color previews
#cb7d4f text on a black background
contrast 6.59:1
Card sample
#cb7d4f text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7d4f;
Background color
Panel with #cb7d4f background
background-color: #cb7d4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7d4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 125, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 125, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7d4f; background: linear-gradient(135deg, #cb7d4f, #C6CB4F);