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