#ccb4af
a light, soft red · warm · closest name: silver
RGB
204, 180, 175
HSL
10°, 22%, 74%
CMYK
0, 12, 14, 20
Luminance
0.4858
Every format
| HEX | #ccb4af |
| RGB | rgb(204, 180, 175) |
| HSL | hsl(10, 22%, 74%) |
| CMYK | cmyk(0%, 12%, 14%, 20%) |
| LAB | lab(75.2 7.8 5.7) |
| LCH | lch(75.2 9.6 36.3) |
| OKLCH | oklch(0.789 0.029 31.7) |
Copy-ready code
/* CSS */
color: #ccb4af;
background-color: #ccb4af;
/* Tailwind (arbitrary) */
class="text-[#ccb4af] bg-[#ccb4af]"
/* SCSS */
$brand: #ccb4af;
/* SwiftUI */
Color(red: 0.800, green: 0.706, blue: 0.686)
/* Android */
Color.parseColor("#ccb4af")Accessibility — WCAG contrast
Aa
#ccb4af on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb4af on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green70.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow14.2%
Key (black)20.0%
Color previews
#ccb4af text on a black background
contrast 10.72:1
Card sample
#ccb4af text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb4af;
Background color
Panel with #ccb4af background
background-color: #ccb4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 180, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 180, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb4af; background: linear-gradient(135deg, #ccb4af, #CCC7AF);