#ccc2ab
a light, soft yellow · warm · closest name: silver
RGB
204, 194, 171
HSL
42°, 24%, 74%
CMYK
0, 5, 16, 20
Luminance
0.5436
Every format
| HEX | #ccc2ab |
| RGB | rgb(204, 194, 171) |
| HSL | hsl(42, 24%, 74%) |
| CMYK | cmyk(0%, 5%, 16%, 20%) |
| LAB | lab(78.7 -0.3 12.8) |
| LCH | lch(78.7 12.8 91.5) |
| OKLCH | oklch(0.816 0.033 87.3) |
Copy-ready code
/* CSS */
color: #ccc2ab;
background-color: #ccc2ab;
/* Tailwind (arbitrary) */
class="text-[#ccc2ab] bg-[#ccc2ab]"
/* SCSS */
$brand: #ccc2ab;
/* SwiftUI */
Color(red: 0.800, green: 0.761, blue: 0.671)
/* Android */
Color.parseColor("#ccc2ab")Accessibility — WCAG contrast
Aa
#ccc2ab on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc2ab on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow16.2%
Key (black)20.0%
Color previews
#ccc2ab text on a black background
contrast 11.87:1
Card sample
#ccc2ab text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc2ab;
Background color
Panel with #ccc2ab background
background-color: #ccc2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 194, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 194, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc2ab; background: linear-gradient(135deg, #ccc2ab, #C0CCAB);