#cbbaad
a light, soft orange · warm · closest name: silver
RGB
203, 186, 173
HSL
26°, 22%, 74%
CMYK
0, 8, 15, 20
Luminance
0.5083
Every format
| HEX | #cbbaad |
| RGB | rgb(203, 186, 173) |
| HSL | hsl(26, 22%, 74%) |
| CMYK | cmyk(0%, 8%, 15%, 20%) |
| LAB | lab(76.6 3.9 8.8) |
| LCH | lch(76.6 9.6 66.2) |
| OKLCH | oklch(0.800 0.026 59.8) |
Copy-ready code
/* CSS */
color: #cbbaad;
background-color: #cbbaad;
/* Tailwind (arbitrary) */
class="text-[#cbbaad] bg-[#cbbaad]"
/* SCSS */
$brand: #cbbaad;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.678)
/* Android */
Color.parseColor("#cbbaad")Accessibility — WCAG contrast
Aa
#cbbaad on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbaad on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow14.8%
Key (black)20.4%
Color previews
#cbbaad text on a black background
contrast 11.17:1
Card sample
#cbbaad text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbaad;
Background color
Panel with #cbbaad background
background-color: #cbbaad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbaad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbaad; background: linear-gradient(135deg, #cbbaad, #C8CBAD);