#cb6d3f
a balanced, vivid orange · warm · closest name: sienna
RGB
203, 109, 63
HSL
20°, 57%, 52%
CMYK
0, 46, 69, 20
Luminance
0.2399
Every format
| HEX | #cb6d3f |
| RGB | rgb(203, 109, 63) |
| HSL | hsl(20, 57%, 52%) |
| CMYK | cmyk(0%, 46%, 69%, 20%) |
| LAB | lab(56.1 33.5 41.6) |
| LCH | lch(56.1 53.4 51.2) |
| OKLCH | oklch(0.634 0.134 45.4) |
Copy-ready code
/* CSS */
color: #cb6d3f;
background-color: #cb6d3f;
/* Tailwind (arbitrary) */
class="text-[#cb6d3f] bg-[#cb6d3f]"
/* SCSS */
$brand: #cb6d3f;
/* SwiftUI */
Color(red: 0.796, green: 0.427, blue: 0.247)
/* Android */
Color.parseColor("#cb6d3f")Accessibility — WCAG contrast
Aa
#cb6d3f on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb6d3f on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green42.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta46.3%
Yellow69.0%
Key (black)20.4%
Color previews
#cb6d3f text on a black background
contrast 5.80:1
Card sample
#cb6d3f text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb6d3f;
Background color
Panel with #cb6d3f background
background-color: #cb6d3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb6d3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 109, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 109, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb6d3f; background: linear-gradient(135deg, #cb6d3f, #CBCA3F);