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