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