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