#cabdcd
a light, muted violet · warm · closest name: silver
RGB
202, 189, 205
HSL
289°, 14%, 77%
CMYK
2, 8, 0, 20
Luminance
0.5336
Every format
| HEX | #cabdcd |
| RGB | rgb(202, 189, 205) |
| HSL | hsl(289, 14%, 77%) |
| CMYK | cmyk(2%, 8%, 0%, 20%) |
| LAB | lab(78.1 7.5 -6.4) |
| LCH | lch(78.1 9.8 319.5) |
| OKLCH | oklch(0.814 0.026 319.9) |
Copy-ready code
/* CSS */
color: #cabdcd;
background-color: #cabdcd;
/* Tailwind (arbitrary) */
class="text-[#cabdcd] bg-[#cabdcd]"
/* SCSS */
$brand: #cabdcd;
/* SwiftUI */
Color(red: 0.792, green: 0.741, blue: 0.804)
/* Android */
Color.parseColor("#cabdcd")Accessibility — WCAG contrast
Aa
#cabdcd on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabdcd on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.1%
Blue80.4%
CMYK percentages
Cyan1.5%
Magenta7.8%
Yellow0.0%
Key (black)19.6%
Color previews
#cabdcd text on a black background
contrast 11.67:1
Card sample
#cabdcd text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabdcd;
Background color
Panel with #cabdcd background
background-color: #cabdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 189, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 189, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabdcd; background: linear-gradient(135deg, #cabdcd, #CDBDC5);