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