#ca7621
a balanced, vivid orange · warm · closest name: chocolate
RGB
202, 118, 33
HSL
30°, 72%, 46%
CMYK
0, 42, 84, 21
Luminance
0.2562
Every format
| HEX | #ca7621 |
| RGB | rgb(202, 118, 33) |
| HSL | hsl(30, 72%, 46%) |
| CMYK | cmyk(0%, 42%, 84%, 21%) |
| LAB | lab(57.7 27.0 56.6) |
| LCH | lch(57.7 62.8 64.5) |
| OKLCH | oklch(0.645 0.139 59.9) |
Copy-ready code
/* CSS */
color: #ca7621;
background-color: #ca7621;
/* Tailwind (arbitrary) */
class="text-[#ca7621] bg-[#ca7621]"
/* SCSS */
$brand: #ca7621;
/* SwiftUI */
Color(red: 0.792, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#ca7621")Accessibility — WCAG contrast
Aa
#ca7621 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca7621 on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green46.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta41.6%
Yellow83.7%
Key (black)20.8%
Color previews
#ca7621 text on a black background
contrast 6.12:1
Card sample
#ca7621 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca7621;
Background color
Panel with #ca7621 background
background-color: #ca7621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca7621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca7621; background: linear-gradient(135deg, #ca7621, #ADCA21);