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