#cab3cf
a light, soft violet · warm · closest name: silver
RGB
202, 179, 207
HSL
289°, 23%, 76%
CMYK
2, 14, 0, 19
Luminance
0.4930
Every format
| HEX | #cab3cf |
| RGB | rgb(202, 179, 207) |
| HSL | hsl(289, 23%, 76%) |
| CMYK | cmyk(2%, 14%, 0%, 19%) |
| LAB | lab(75.6 13.3 -11.1) |
| LCH | lch(75.6 17.3 320.1) |
| OKLCH | oklch(0.795 0.046 320.2) |
Copy-ready code
/* CSS */
color: #cab3cf;
background-color: #cab3cf;
/* Tailwind (arbitrary) */
class="text-[#cab3cf] bg-[#cab3cf]"
/* SCSS */
$brand: #cab3cf;
/* SwiftUI */
Color(red: 0.792, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#cab3cf")Accessibility — WCAG contrast
Aa
#cab3cf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab3cf on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green70.2%
Blue81.2%
CMYK percentages
Cyan2.4%
Magenta13.5%
Yellow0.0%
Key (black)18.8%
Color previews
#cab3cf text on a black background
contrast 10.86:1
Card sample
#cab3cf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab3cf;
Background color
Panel with #cab3cf background
background-color: #cab3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab3cf; background: linear-gradient(135deg, #cab3cf, #CFB3C1);