#cc9955
a balanced, vivid orange · warm · closest name: peru
RGB
204, 153, 85
HSL
34°, 54%, 57%
CMYK
0, 25, 58, 20
Luminance
0.3628
Every format
| HEX | #cc9955 |
| RGB | rgb(204, 153, 85) |
| HSL | hsl(34, 54%, 57%) |
| CMYK | cmyk(0%, 25%, 58%, 20%) |
| LAB | lab(66.7 11.5 42.7) |
| LCH | lch(66.7 44.2 74.9) |
| OKLCH | oklch(0.718 0.105 72.7) |
Copy-ready code
/* CSS */
color: #cc9955;
background-color: #cc9955;
/* Tailwind (arbitrary) */
class="text-[#cc9955] bg-[#cc9955]"
/* SCSS */
$brand: #cc9955;
/* SwiftUI */
Color(red: 0.800, green: 0.600, blue: 0.333)
/* Android */
Color.parseColor("#cc9955")Accessibility — WCAG contrast
Aa
#cc9955 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc9955 on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green60.0%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow58.3%
Key (black)20.0%
Color previews
#cc9955 text on a black background
contrast 8.26:1
Card sample
#cc9955 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc9955;
Background color
Panel with #cc9955 background
background-color: #cc9955;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc9955;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 153, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 153, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc9955; background: linear-gradient(135deg, #cc9955, #B0CC55);