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