#cbbab3
a light, soft orange · warm · closest name: silver
RGB
203, 186, 179
HSL
18°, 19%, 75%
CMYK
0, 8, 12, 20
Luminance
0.5107
Every format
| HEX | #cbbab3 |
| RGB | rgb(203, 186, 179) |
| HSL | hsl(18, 19%, 75%) |
| CMYK | cmyk(0%, 8%, 12%, 20%) |
| LAB | lab(76.7 4.8 5.7) |
| LCH | lch(76.7 7.5 49.8) |
| OKLCH | oklch(0.801 0.022 43.8) |
Copy-ready code
/* CSS */
color: #cbbab3;
background-color: #cbbab3;
/* Tailwind (arbitrary) */
class="text-[#cbbab3] bg-[#cbbab3]"
/* SCSS */
$brand: #cbbab3;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.702)
/* Android */
Color.parseColor("#cbbab3")Accessibility — WCAG contrast
Aa
#cbbab3 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbab3 on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow11.8%
Key (black)20.4%
Color previews
#cbbab3 text on a black background
contrast 11.21:1
Card sample
#cbbab3 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbab3;
Background color
Panel with #cbbab3 background
background-color: #cbbab3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbab3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbab3; background: linear-gradient(135deg, #cbbab3, #CBCAB3);