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