#ca763b
a balanced, vivid orange · warm · closest name: peru
RGB
202, 118, 59
HSL
25°, 57%, 51%
CMYK
0, 42, 71, 21
Luminance
0.2583
Every format
| HEX | #ca763b |
| RGB | rgb(202, 118, 59) |
| HSL | hsl(25, 57%, 51%) |
| CMYK | cmyk(0%, 42%, 71%, 21%) |
| LAB | lab(57.9 28.0 45.5) |
| LCH | lch(57.9 53.5 58.4) |
| OKLCH | oklch(0.647 0.128 53.3) |
Copy-ready code
/* CSS */
color: #ca763b;
background-color: #ca763b;
/* Tailwind (arbitrary) */
class="text-[#ca763b] bg-[#ca763b]"
/* SCSS */
$brand: #ca763b;
/* SwiftUI */
Color(red: 0.792, green: 0.463, blue: 0.231)
/* Android */
Color.parseColor("#ca763b")Accessibility — WCAG contrast
Aa
#ca763b on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca763b on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green46.3%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta41.6%
Yellow70.8%
Key (black)20.8%
Color previews
#ca763b text on a black background
contrast 6.17:1
Card sample
#ca763b text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca763b;
Background color
Panel with #ca763b background
background-color: #ca763b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca763b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 118, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 118, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca763b; background: linear-gradient(135deg, #ca763b, #BFCA3B);