#cbaeb0
a light, soft red · warm · closest name: silver
RGB
203, 174, 176
HSL
356°, 22%, 74%
CMYK
0, 14, 13, 20
Luminance
0.4610
Every format
| HEX | #cbaeb0 |
| RGB | rgb(203, 174, 176) |
| HSL | hsl(356, 22%, 74%) |
| CMYK | cmyk(0%, 14%, 13%, 20%) |
| LAB | lab(73.6 10.8 2.9) |
| LCH | lch(73.6 11.2 14.9) |
| OKLCH | oklch(0.777 0.034 13.2) |
Copy-ready code
/* CSS */
color: #cbaeb0;
background-color: #cbaeb0;
/* Tailwind (arbitrary) */
class="text-[#cbaeb0] bg-[#cbaeb0]"
/* SCSS */
$brand: #cbaeb0;
/* SwiftUI */
Color(red: 0.796, green: 0.682, blue: 0.690)
/* Android */
Color.parseColor("#cbaeb0")Accessibility — WCAG contrast
Aa
#cbaeb0 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaeb0 on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.2%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow13.3%
Key (black)20.4%
Color previews
#cbaeb0 text on a black background
contrast 10.22:1
Card sample
#cbaeb0 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaeb0;
Background color
Panel with #cbaeb0 background
background-color: #cbaeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 174, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 174, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaeb0; background: linear-gradient(135deg, #cbaeb0, #CBBFAE);