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