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