#ccc5ba
a light, soft orange · warm · closest name: silver
RGB
204, 197, 186
HSL
37°, 15%, 77%
CMYK
0, 3, 9, 20
Luminance
0.5632
Every format
| HEX | #ccc5ba |
| RGB | rgb(204, 197, 186) |
| HSL | hsl(37, 15%, 77%) |
| CMYK | cmyk(0%, 3%, 9%, 20%) |
| LAB | lab(79.8 0.5 6.4) |
| LCH | lch(79.8 6.4 85.3) |
| OKLCH | oklch(0.826 0.017 79.3) |
Copy-ready code
/* CSS */
color: #ccc5ba;
background-color: #ccc5ba;
/* Tailwind (arbitrary) */
class="text-[#ccc5ba] bg-[#ccc5ba]"
/* SCSS */
$brand: #ccc5ba;
/* SwiftUI */
Color(red: 0.800, green: 0.773, blue: 0.729)
/* Android */
Color.parseColor("#ccc5ba")Accessibility — WCAG contrast
Aa
#ccc5ba on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc5ba on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green77.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow8.8%
Key (black)20.0%
Color previews
#ccc5ba text on a black background
contrast 12.26:1
Card sample
#ccc5ba text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc5ba;
Background color
Panel with #ccc5ba background
background-color: #ccc5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 197, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 197, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc5ba; background: linear-gradient(135deg, #ccc5ba, #C7CCBA);