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