#cbbabc
a light, muted red · warm · closest name: silver
RGB
203, 186, 188
HSL
353°, 14%, 76%
CMYK
0, 8, 7, 20
Luminance
0.5145
Every format
| HEX | #cbbabc |
| RGB | rgb(203, 186, 188) |
| HSL | hsl(353, 14%, 76%) |
| CMYK | cmyk(0%, 8%, 7%, 20%) |
| LAB | lab(77.0 6.4 1.2) |
| LCH | lch(77.0 6.5 10.4) |
| OKLCH | oklch(0.804 0.019 9.4) |
Copy-ready code
/* CSS */
color: #cbbabc;
background-color: #cbbabc;
/* Tailwind (arbitrary) */
class="text-[#cbbabc] bg-[#cbbabc]"
/* SCSS */
$brand: #cbbabc;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.737)
/* Android */
Color.parseColor("#cbbabc")Accessibility — WCAG contrast
Aa
#cbbabc on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbabc on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow7.4%
Key (black)20.4%
Color previews
#cbbabc text on a black background
contrast 11.29:1
Card sample
#cbbabc text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbabc;
Background color
Panel with #cbbabc background
background-color: #cbbabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbabc; background: linear-gradient(135deg, #cbbabc, #CBC3BA);