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