#ccb7af
a light, soft orange · warm · closest name: silver
RGB
204, 183, 175
HSL
17°, 22%, 74%
CMYK
0, 10, 14, 20
Luminance
0.4980
Every format
| HEX | #ccb7af |
| RGB | rgb(204, 183, 175) |
| HSL | hsl(17, 22%, 74%) |
| CMYK | cmyk(0%, 10%, 14%, 20%) |
| LAB | lab(76.0 6.2 6.8) |
| LCH | lch(76.0 9.2 47.8) |
| OKLCH | oklch(0.795 0.027 42.1) |
Copy-ready code
/* CSS */
color: #ccb7af;
background-color: #ccb7af;
/* Tailwind (arbitrary) */
class="text-[#ccb7af] bg-[#ccb7af]"
/* SCSS */
$brand: #ccb7af;
/* SwiftUI */
Color(red: 0.800, green: 0.718, blue: 0.686)
/* Android */
Color.parseColor("#ccb7af")Accessibility — WCAG contrast
Aa
#ccb7af on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccb7af on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green71.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow14.2%
Key (black)20.0%
Color previews
#ccb7af text on a black background
contrast 10.96:1
Card sample
#ccb7af text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccb7af;
Background color
Panel with #ccb7af background
background-color: #ccb7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccb7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 183, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 183, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccb7af; background: linear-gradient(135deg, #ccb7af, #CCCAAF);