#cb7f3f
a balanced, vivid orange · warm · closest name: peru
RGB
203, 127, 63
HSL
27°, 57%, 52%
CMYK
0, 37, 69, 20
Luminance
0.2823
Every format
| HEX | #cb7f3f |
| RGB | rgb(203, 127, 63) |
| HSL | hsl(27, 57%, 52%) |
| CMYK | cmyk(0%, 37%, 69%, 20%) |
| LAB | lab(60.1 23.8 46.0) |
| LCH | lch(60.1 51.8 62.7) |
| OKLCH | oklch(0.665 0.123 58.3) |
Copy-ready code
/* CSS */
color: #cb7f3f;
background-color: #cb7f3f;
/* Tailwind (arbitrary) */
class="text-[#cb7f3f] bg-[#cb7f3f]"
/* SCSS */
$brand: #cb7f3f;
/* SwiftUI */
Color(red: 0.796, green: 0.498, blue: 0.247)
/* Android */
Color.parseColor("#cb7f3f")Accessibility — WCAG contrast
Aa
#cb7f3f on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb7f3f on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green49.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow69.0%
Key (black)20.4%
Color previews
#cb7f3f text on a black background
contrast 6.65:1
Card sample
#cb7f3f text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7f3f;
Background color
Panel with #cb7f3f background
background-color: #cb7f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 127, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 127, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7f3f; background: linear-gradient(135deg, #cb7f3f, #BACB3F);