#cd712f
a balanced, vivid orange · warm · closest name: chocolate
RGB
205, 113, 47
HSL
25°, 63%, 49%
CMYK
0, 45, 77, 20
Luminance
0.2499
Every format
| HEX | #cd712f |
| RGB | rgb(205, 113, 47) |
| HSL | hsl(25, 63%, 49%) |
| CMYK | cmyk(0%, 45%, 77%, 20%) |
| LAB | lab(57.1 31.4 50.5) |
| LCH | lch(57.1 59.5 58.1) |
| OKLCH | oklch(0.642 0.140 52.6) |
Copy-ready code
/* CSS */
color: #cd712f;
background-color: #cd712f;
/* Tailwind (arbitrary) */
class="text-[#cd712f] bg-[#cd712f]"
/* SCSS */
$brand: #cd712f;
/* SwiftUI */
Color(red: 0.804, green: 0.443, blue: 0.184)
/* Android */
Color.parseColor("#cd712f")Accessibility — WCAG contrast
Aa
#cd712f on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd712f on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green44.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta44.9%
Yellow77.1%
Key (black)19.6%
Color previews
#cd712f text on a black background
contrast 6.00:1
Card sample
#cd712f text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd712f;
Background color
Panel with #cd712f background
background-color: #cd712f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd712f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 113, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 113, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd712f; background: linear-gradient(135deg, #cd712f, #C0CD2F);