#cb7607
a dark, electric orange · warm · closest name: chocolate
RGB
203, 118, 7
HSL
34°, 93%, 41%
CMYK
0, 42, 97, 20
Luminance
0.2567
Every format
| HEX | #cb7607 |
| RGB | rgb(203, 118, 7) |
| HSL | hsl(34, 93%, 41%) |
| CMYK | cmyk(0%, 42%, 97%, 20%) |
| LAB | lab(57.7 26.9 63.4) |
| LCH | lch(57.7 68.9 67.0) |
| OKLCH | oklch(0.645 0.146 62.4) |
Copy-ready code
/* CSS */
color: #cb7607;
background-color: #cb7607;
/* Tailwind (arbitrary) */
class="text-[#cb7607] bg-[#cb7607]"
/* SCSS */
$brand: #cb7607;
/* SwiftUI */
Color(red: 0.796, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#cb7607")Accessibility — WCAG contrast
Aa
#cb7607 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb7607 on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green46.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow96.6%
Key (black)20.4%
Color previews
#cb7607 text on a black background
contrast 6.13:1
Card sample
#cb7607 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7607;
Background color
Panel with #cb7607 background
background-color: #cb7607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7607; background: linear-gradient(135deg, #cb7607, #9DCB07);