#cbbcab
a light, soft orange · warm · closest name: silver
RGB
203, 188, 171
HSL
32°, 24%, 73%
CMYK
0, 7, 16, 20
Luminance
0.5160
Every format
| HEX | #cbbcab |
| RGB | rgb(203, 188, 171) |
| HSL | hsl(32, 24%, 73%) |
| CMYK | cmyk(0%, 7%, 16%, 20%) |
| LAB | lab(77.0 2.5 10.5) |
| LCH | lch(77.0 10.8 76.7) |
| OKLCH | oklch(0.803 0.029 70.9) |
Copy-ready code
/* CSS */
color: #cbbcab;
background-color: #cbbcab;
/* Tailwind (arbitrary) */
class="text-[#cbbcab] bg-[#cbbcab]"
/* SCSS */
$brand: #cbbcab;
/* SwiftUI */
Color(red: 0.796, green: 0.737, blue: 0.671)
/* Android */
Color.parseColor("#cbbcab")Accessibility — WCAG contrast
Aa
#cbbcab on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbcab on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green73.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow15.8%
Key (black)20.4%
Color previews
#cbbcab text on a black background
contrast 11.32:1
Card sample
#cbbcab text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbcab;
Background color
Panel with #cbbcab background
background-color: #cbbcab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbcab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 188, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 188, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbcab; background: linear-gradient(135deg, #cbbcab, #C5CBAB);