#ccc2bc
a light, muted orange · warm · closest name: silver
RGB
204, 194, 188
HSL
23°, 14%, 77%
CMYK
0, 5, 8, 20
Luminance
0.5505
Every format
| HEX | #ccc2bc |
| RGB | rgb(204, 194, 188) |
| HSL | hsl(23, 14%, 77%) |
| CMYK | cmyk(0%, 5%, 8%, 20%) |
| LAB | lab(79.1 2.5 4.3) |
| LCH | lch(79.1 4.9 60.1) |
| OKLCH | oklch(0.821 0.014 53.3) |
Copy-ready code
/* CSS */
color: #ccc2bc;
background-color: #ccc2bc;
/* Tailwind (arbitrary) */
class="text-[#ccc2bc] bg-[#ccc2bc]"
/* SCSS */
$brand: #ccc2bc;
/* SwiftUI */
Color(red: 0.800, green: 0.761, blue: 0.737)
/* Android */
Color.parseColor("#ccc2bc")Accessibility — WCAG contrast
Aa
#ccc2bc on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc2bc on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.1%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow7.8%
Key (black)20.0%
Color previews
#ccc2bc text on a black background
contrast 12.01:1
Card sample
#ccc2bc text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc2bc;
Background color
Panel with #ccc2bc background
background-color: #ccc2bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc2bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 194, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 194, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc2bc; background: linear-gradient(135deg, #ccc2bc, #CBCCBC);