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