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