#cbbab7
a light, soft red · warm · closest name: silver
RGB
203, 186, 183
HSL
9°, 16%, 76%
CMYK
0, 8, 10, 20
Luminance
0.5123
Every format
| HEX | #cbbab7 |
| RGB | rgb(203, 186, 183) |
| HSL | hsl(9, 16%, 76%) |
| CMYK | cmyk(0%, 8%, 10%, 20%) |
| LAB | lab(76.8 5.5 3.7) |
| LCH | lch(76.8 6.6 33.9) |
| OKLCH | oklch(0.802 0.020 29.6) |
Copy-ready code
/* CSS */
color: #cbbab7;
background-color: #cbbab7;
/* Tailwind (arbitrary) */
class="text-[#cbbab7] bg-[#cbbab7]"
/* SCSS */
$brand: #cbbab7;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.718)
/* Android */
Color.parseColor("#cbbab7")Accessibility — WCAG contrast
Aa
#cbbab7 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbab7 on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow9.9%
Key (black)20.4%
Color previews
#cbbab7 text on a black background
contrast 11.25:1
Card sample
#cbbab7 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbab7;
Background color
Panel with #cbbab7 background
background-color: #cbbab7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbab7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbab7; background: linear-gradient(135deg, #cbbab7, #CBC7B7);