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