#c9915f
a balanced, vivid orange · warm · closest name: peru
RGB
201, 145, 95
HSL
28°, 50%, 58%
CMYK
0, 28, 53, 21
Luminance
0.3349
Every format
| HEX | #c9915f |
| RGB | rgb(201, 145, 95) |
| HSL | hsl(28, 50%, 58%) |
| CMYK | cmyk(0%, 28%, 53%, 21%) |
| LAB | lab(64.6 15.4 34.7) |
| LCH | lch(64.6 38.0 66.0) |
| OKLCH | oklch(0.700 0.095 62.1) |
Copy-ready code
/* CSS */
color: #c9915f;
background-color: #c9915f;
/* Tailwind (arbitrary) */
class="text-[#c9915f] bg-[#c9915f]"
/* SCSS */
$brand: #c9915f;
/* SwiftUI */
Color(red: 0.788, green: 0.569, blue: 0.373)
/* Android */
Color.parseColor("#c9915f")Accessibility — WCAG contrast
Aa
#c9915f on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9915f on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green56.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta27.9%
Yellow52.7%
Key (black)21.2%
Color previews
#c9915f text on a black background
contrast 7.70:1
Card sample
#c9915f text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9915f;
Background color
Panel with #c9915f background
background-color: #c9915f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9915f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 145, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 145, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9915f; background: linear-gradient(135deg, #c9915f, #BAC95F);