#cb7f13
a dark, electric orange · warm · closest name: peru
RGB
203, 127, 19
HSL
35°, 83%, 44%
CMYK
0, 37, 91, 20
Luminance
0.2792
Every format
| HEX | #cb7f13 |
| RGB | rgb(203, 127, 19) |
| HSL | hsl(35, 83%, 44%) |
| CMYK | cmyk(0%, 37%, 91%, 20%) |
| LAB | lab(59.8 22.2 62.6) |
| LCH | lch(59.8 66.4 70.4) |
| OKLCH | oklch(0.662 0.141 67.2) |
Copy-ready code
/* CSS */
color: #cb7f13;
background-color: #cb7f13;
/* Tailwind (arbitrary) */
class="text-[#cb7f13] bg-[#cb7f13]"
/* SCSS */
$brand: #cb7f13;
/* SwiftUI */
Color(red: 0.796, green: 0.498, blue: 0.075)
/* Android */
Color.parseColor("#cb7f13")Accessibility — WCAG contrast
Aa
#cb7f13 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb7f13 on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green49.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow90.6%
Key (black)20.4%
Color previews
#cb7f13 text on a black background
contrast 6.58:1
Card sample
#cb7f13 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7f13;
Background color
Panel with #cb7f13 background
background-color: #cb7f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 127, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 127, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7f13; background: linear-gradient(135deg, #cb7f13, #9CCB13);