#cbadba
a light, soft magenta / pink · warm · closest name: silver
RGB
203, 173, 186
HSL
334°, 22%, 74%
CMYK
0, 15, 8, 20
Luminance
0.4613
Every format
| HEX | #cbadba |
| RGB | rgb(203, 173, 186) |
| HSL | hsl(334, 22%, 74%) |
| CMYK | cmyk(0%, 15%, 8%, 20%) |
| LAB | lab(73.6 13.0 -2.6) |
| LCH | lch(73.6 13.3 348.8) |
| OKLCH | oklch(0.778 0.039 350.1) |
Copy-ready code
/* CSS */
color: #cbadba;
background-color: #cbadba;
/* Tailwind (arbitrary) */
class="text-[#cbadba] bg-[#cbadba]"
/* SCSS */
$brand: #cbadba;
/* SwiftUI */
Color(red: 0.796, green: 0.678, blue: 0.729)
/* Android */
Color.parseColor("#cbadba")Accessibility — WCAG contrast
Aa
#cbadba on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbadba on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow8.4%
Key (black)20.4%
Color previews
#cbadba text on a black background
contrast 10.23:1
Card sample
#cbadba text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbadba;
Background color
Panel with #cbadba background
background-color: #cbadba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbadba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 173, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 173, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbadba; background: linear-gradient(135deg, #cbadba, #CBB4AD);