#ccb6af
a light, soft red · warm · closest name: silver
RGB
204, 182, 175
HSL
15°, 22%, 74%
CMYK
0, 11, 14, 20
Luminance
0.4939
Every format
| HEX | #ccb6af |
| RGB | rgb(204, 182, 175) |
| HSL | hsl(15, 22%, 74%) |
| CMYK | cmyk(0%, 11%, 14%, 20%) |
| LAB | lab(75.7 6.7 6.4) |
| LCH | lch(75.7 9.3 43.9) |
| OKLCH | oklch(0.793 0.027 38.4) |
Copy-ready code
/* CSS */
color: #ccb6af;
background-color: #ccb6af;
/* Tailwind (arbitrary) */
class="text-[#ccb6af] bg-[#ccb6af]"
/* SCSS */
$brand: #ccb6af;
/* SwiftUI */
Color(red: 0.800, green: 0.714, blue: 0.686)
/* Android */
Color.parseColor("#ccb6af")Accessibility — WCAG contrast
Aa
#ccb6af on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb6af on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green71.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow14.2%
Key (black)20.0%
Color previews
#ccb6af text on a black background
contrast 10.88:1
Card sample
#ccb6af text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb6af;
Background color
Panel with #ccb6af background
background-color: #ccb6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 182, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 182, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb6af; background: linear-gradient(135deg, #ccb6af, #CCC9AF);