#cbaeb9
a light, soft magenta / pink · warm · closest name: silver
RGB
203, 174, 185
HSL
337°, 22%, 74%
CMYK
0, 14, 9, 20
Luminance
0.4647
Every format
| HEX | #cbaeb9 |
| RGB | rgb(203, 174, 185) |
| HSL | hsl(337, 22%, 74%) |
| CMYK | cmyk(0%, 14%, 9%, 20%) |
| LAB | lab(73.8 12.3 -1.7) |
| LCH | lch(73.8 12.4 352.1) |
| OKLCH | oklch(0.779 0.037 353.1) |
Copy-ready code
/* CSS */
color: #cbaeb9;
background-color: #cbaeb9;
/* Tailwind (arbitrary) */
class="text-[#cbaeb9] bg-[#cbaeb9]"
/* SCSS */
$brand: #cbaeb9;
/* SwiftUI */
Color(red: 0.796, green: 0.682, blue: 0.725)
/* Android */
Color.parseColor("#cbaeb9")Accessibility — WCAG contrast
Aa
#cbaeb9 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaeb9 on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.2%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow8.9%
Key (black)20.4%
Color previews
#cbaeb9 text on a black background
contrast 10.29:1
Card sample
#cbaeb9 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaeb9;
Background color
Panel with #cbaeb9 background
background-color: #cbaeb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaeb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 174, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 174, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaeb9; background: linear-gradient(135deg, #cbaeb9, #CBB6AE);