#ccbbaa
a light, soft orange · warm · closest name: silver
RGB
204, 187, 170
HSL
30°, 25%, 73%
CMYK
0, 8, 17, 20
Luminance
0.5128
Every format
| HEX | #ccbbaa |
| RGB | rgb(204, 187, 170) |
| HSL | hsl(30, 25%, 73%) |
| CMYK | cmyk(0%, 8%, 17%, 20%) |
| LAB | lab(76.8 3.2 10.8) |
| LCH | lch(76.8 11.3 73.4) |
| OKLCH | oklch(0.802 0.030 67.4) |
Copy-ready code
/* CSS */
color: #ccbbaa;
background-color: #ccbbaa;
/* Tailwind (arbitrary) */
class="text-[#ccbbaa] bg-[#ccbbaa]"
/* SCSS */
$brand: #ccbbaa;
/* SwiftUI */
Color(red: 0.800, green: 0.733, blue: 0.667)
/* Android */
Color.parseColor("#ccbbaa")Accessibility — WCAG contrast
Aa
#ccbbaa on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbbaa on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green73.3%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow16.7%
Key (black)20.0%
Color previews
#ccbbaa text on a black background
contrast 11.26:1
Card sample
#ccbbaa text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbbaa;
Background color
Panel with #ccbbaa background
background-color: #ccbbaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbbaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 187, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 187, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbbaa; background: linear-gradient(135deg, #ccbbaa, #C6CCAA);