#cc6f2f
a balanced, vivid orange · warm · closest name: chocolate
RGB
204, 111, 47
HSL
25°, 63%, 49%
CMYK
0, 46, 77, 20
Luminance
0.2441
Every format
| HEX | #cc6f2f |
| RGB | rgb(204, 111, 47) |
| HSL | hsl(25, 63%, 49%) |
| CMYK | cmyk(0%, 46%, 77%, 20%) |
| LAB | lab(56.5 32.0 49.9) |
| LCH | lch(56.5 59.3 57.3) |
| OKLCH | oklch(0.637 0.140 51.6) |
Copy-ready code
/* CSS */
color: #cc6f2f;
background-color: #cc6f2f;
/* Tailwind (arbitrary) */
class="text-[#cc6f2f] bg-[#cc6f2f]"
/* SCSS */
$brand: #cc6f2f;
/* SwiftUI */
Color(red: 0.800, green: 0.435, blue: 0.184)
/* Android */
Color.parseColor("#cc6f2f")Accessibility — WCAG contrast
Aa
#cc6f2f on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc6f2f on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green43.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta45.6%
Yellow77.0%
Key (black)20.0%
Color previews
#cc6f2f text on a black background
contrast 5.88:1
Card sample
#cc6f2f text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc6f2f;
Background color
Panel with #cc6f2f background
background-color: #cc6f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc6f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 111, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 111, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc6f2f; background: linear-gradient(135deg, #cc6f2f, #C0CC2F);