#ccbaac
a light, soft orange · warm · closest name: silver
RGB
204, 186, 172
HSL
26°, 24%, 74%
CMYK
0, 9, 16, 20
Luminance
0.5093
Every format
| HEX | #ccbaac |
| RGB | rgb(204, 186, 172) |
| HSL | hsl(26, 24%, 74%) |
| CMYK | cmyk(0%, 9%, 16%, 20%) |
| LAB | lab(76.6 4.1 9.4) |
| LCH | lch(76.6 10.3 66.6) |
| OKLCH | oklch(0.800 0.028 60.3) |
Copy-ready code
/* CSS */
color: #ccbaac;
background-color: #ccbaac;
/* Tailwind (arbitrary) */
class="text-[#ccbaac] bg-[#ccbaac]"
/* SCSS */
$brand: #ccbaac;
/* SwiftUI */
Color(red: 0.800, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#ccbaac")Accessibility — WCAG contrast
Aa
#ccbaac on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccbaac on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green72.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow15.7%
Key (black)20.0%
Color previews
#ccbaac text on a black background
contrast 11.19:1
Card sample
#ccbaac text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccbaac;
Background color
Panel with #ccbaac background
background-color: #ccbaac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccbaac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccbaac; background: linear-gradient(135deg, #ccbaac, #C9CCAC);