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