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