#cbb8af
a light, soft orange · warm · closest name: silver
RGB
203, 184, 175
HSL
19°, 21%, 74%
CMYK
0, 9, 14, 20
Luminance
0.5007
Every format
| HEX | #cbb8af |
| RGB | rgb(203, 184, 175) |
| HSL | hsl(19, 21%, 74%) |
| CMYK | cmyk(0%, 9%, 14%, 20%) |
| LAB | lab(76.1 5.3 7.0) |
| LCH | lch(76.1 8.8 53.2) |
| OKLCH | oklch(0.796 0.025 47.1) |
Copy-ready code
/* CSS */
color: #cbb8af;
background-color: #cbb8af;
/* Tailwind (arbitrary) */
class="text-[#cbb8af] bg-[#cbb8af]"
/* SCSS */
$brand: #cbb8af;
/* SwiftUI */
Color(red: 0.796, green: 0.722, blue: 0.686)
/* Android */
Color.parseColor("#cbb8af")Accessibility — WCAG contrast
Aa
#cbb8af on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbb8af on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow13.8%
Key (black)20.4%
Color previews
#cbb8af text on a black background
contrast 11.01:1
Card sample
#cbb8af text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbb8af;
Background color
Panel with #cbb8af background
background-color: #cbb8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbb8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 184, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 184, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbb8af; background: linear-gradient(135deg, #cbb8af, #CBCBAF);