#cabdcf
a light, soft violet · warm · closest name: silver
RGB
202, 189, 207
HSL
283°, 16%, 78%
CMYK
2, 9, 0, 19
Luminance
0.5346
Every format
| HEX | #cabdcf |
| RGB | rgb(202, 189, 207) |
| HSL | hsl(283, 16%, 78%) |
| CMYK | cmyk(2%, 9%, 0%, 19%) |
| LAB | lab(78.1 7.8 -7.4) |
| LCH | lch(78.1 10.8 316.8) |
| OKLCH | oklch(0.815 0.029 316.7) |
Copy-ready code
/* CSS */
color: #cabdcf;
background-color: #cabdcf;
/* Tailwind (arbitrary) */
class="text-[#cabdcf] bg-[#cabdcf]"
/* SCSS */
$brand: #cabdcf;
/* SwiftUI */
Color(red: 0.792, green: 0.741, blue: 0.812)
/* Android */
Color.parseColor("#cabdcf")Accessibility — WCAG contrast
Aa
#cabdcf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabdcf on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.1%
Blue81.2%
CMYK percentages
Cyan2.4%
Magenta8.7%
Yellow0.0%
Key (black)18.8%
Color previews
#cabdcf text on a black background
contrast 11.69:1
Card sample
#cabdcf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabdcf;
Background color
Panel with #cabdcf background
background-color: #cabdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 189, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 189, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabdcf; background: linear-gradient(135deg, #cabdcf, #CFBDC8);