#cbb2ab
a light, soft red · warm · closest name: silver
RGB
203, 178, 171
HSL
13°, 24%, 73%
CMYK
0, 12, 16, 20
Luminance
0.4748
Every format
| HEX | #cbb2ab |
| RGB | rgb(203, 178, 171) |
| HSL | hsl(13, 24%, 73%) |
| CMYK | cmyk(0%, 12%, 16%, 20%) |
| LAB | lab(74.5 7.8 6.9) |
| LCH | lch(74.5 10.4 41.3) |
| OKLCH | oklch(0.783 0.031 36.2) |
Copy-ready code
/* CSS */
color: #cbb2ab;
background-color: #cbb2ab;
/* Tailwind (arbitrary) */
class="text-[#cbb2ab] bg-[#cbb2ab]"
/* SCSS */
$brand: #cbb2ab;
/* SwiftUI */
Color(red: 0.796, green: 0.698, blue: 0.671)
/* Android */
Color.parseColor("#cbb2ab")Accessibility — WCAG contrast
Aa
#cbb2ab on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbb2ab on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green69.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow15.8%
Key (black)20.4%
Color previews
#cbb2ab text on a black background
contrast 10.50:1
Card sample
#cbb2ab text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbb2ab;
Background color
Panel with #cbb2ab background
background-color: #cbb2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbb2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 178, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 178, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbb2ab; background: linear-gradient(135deg, #cbb2ab, #CBC7AB);