#ccb080
a light, soft orange · warm · closest name: tan
RGB
204, 176, 128
HSL
38°, 43%, 65%
CMYK
0, 14, 37, 20
Luminance
0.4545
Every format
| HEX | #ccb080 |
| RGB | rgb(204, 176, 128) |
| HSL | hsl(38, 43%, 65%) |
| CMYK | cmyk(0%, 14%, 37%, 20%) |
| LAB | lab(73.2 3.3 28.3) |
| LCH | lch(73.2 28.5 83.3) |
| OKLCH | oklch(0.770 0.071 80.8) |
Copy-ready code
/* CSS */
color: #ccb080;
background-color: #ccb080;
/* Tailwind (arbitrary) */
class="text-[#ccb080] bg-[#ccb080]"
/* SCSS */
$brand: #ccb080;
/* SwiftUI */
Color(red: 0.800, green: 0.690, blue: 0.502)
/* Android */
Color.parseColor("#ccb080")Accessibility — WCAG contrast
Aa
#ccb080 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb080 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green69.0%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow37.3%
Key (black)20.0%
Color previews
#ccb080 text on a black background
contrast 10.09:1
Card sample
#ccb080 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb080;
Background color
Panel with #ccb080 background
background-color: #ccb080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 176, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 176, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb080; background: linear-gradient(135deg, #ccb080, #B5CC80);