#ccc1ba
a light, soft orange · warm · closest name: silver
RGB
204, 193, 186
HSL
23°, 15%, 77%
CMYK
0, 5, 9, 20
Luminance
0.5452
Every format
| HEX | #ccc1ba |
| RGB | rgb(204, 193, 186) |
| HSL | hsl(23, 15%, 77%) |
| CMYK | cmyk(0%, 5%, 9%, 20%) |
| LAB | lab(78.8 2.6 4.9) |
| LCH | lch(78.8 5.6 61.7) |
| OKLCH | oklch(0.818 0.016 54.9) |
Copy-ready code
/* CSS */
color: #ccc1ba;
background-color: #ccc1ba;
/* Tailwind (arbitrary) */
class="text-[#ccc1ba] bg-[#ccc1ba]"
/* SCSS */
$brand: #ccc1ba;
/* SwiftUI */
Color(red: 0.800, green: 0.757, blue: 0.729)
/* Android */
Color.parseColor("#ccc1ba")Accessibility — WCAG contrast
Aa
#ccc1ba on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc1ba on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow8.8%
Key (black)20.0%
Color previews
#ccc1ba text on a black background
contrast 11.90:1
Card sample
#ccc1ba text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc1ba;
Background color
Panel with #ccc1ba background
background-color: #ccc1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 193, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 193, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc1ba; background: linear-gradient(135deg, #ccc1ba, #CBCCBA);