#cd6b2f
a balanced, vivid orange · warm · closest name: chocolate
RGB
205, 107, 47
HSL
23°, 63%, 49%
CMYK
0, 48, 77, 20
Luminance
0.2370
Every format
| HEX | #cd6b2f |
| RGB | rgb(205, 107, 47) |
| HSL | hsl(23, 63%, 49%) |
| CMYK | cmyk(0%, 48%, 77%, 20%) |
| LAB | lab(55.8 34.5 49.3) |
| LCH | lch(55.8 60.2 54.9) |
| OKLCH | oklch(0.632 0.143 48.9) |
Copy-ready code
/* CSS */
color: #cd6b2f;
background-color: #cd6b2f;
/* Tailwind (arbitrary) */
class="text-[#cd6b2f] bg-[#cd6b2f]"
/* SCSS */
$brand: #cd6b2f;
/* SwiftUI */
Color(red: 0.804, green: 0.420, blue: 0.184)
/* Android */
Color.parseColor("#cd6b2f")Accessibility — WCAG contrast
Aa
#cd6b2f on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd6b2f on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green42.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow77.1%
Key (black)19.6%
Color previews
#cd6b2f text on a black background
contrast 5.74:1
Card sample
#cd6b2f text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6b2f;
Background color
Panel with #cd6b2f background
background-color: #cd6b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 107, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 107, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6b2f; background: linear-gradient(135deg, #cd6b2f, #C6CD2F);