#cabace
a light, soft violet · warm · closest name: silver
RGB
202, 186, 206
HSL
288°, 17%, 77%
CMYK
2, 10, 0, 19
Luminance
0.5213
Every format
| HEX | #cabace |
| RGB | rgb(202, 186, 206) |
| HSL | hsl(288, 17%, 77%) |
| CMYK | cmyk(2%, 10%, 0%, 19%) |
| LAB | lab(77.4 9.3 -8.0) |
| LCH | lch(77.4 12.3 319.2) |
| OKLCH | oklch(0.808 0.033 319.5) |
Copy-ready code
/* CSS */
color: #cabace;
background-color: #cabace;
/* Tailwind (arbitrary) */
class="text-[#cabace] bg-[#cabace]"
/* SCSS */
$brand: #cabace;
/* SwiftUI */
Color(red: 0.792, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#cabace")Accessibility — WCAG contrast
Aa
#cabace on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabace on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green72.9%
Blue80.8%
CMYK percentages
Cyan1.9%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#cabace text on a black background
contrast 11.43:1
Card sample
#cabace text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabace;
Background color
Panel with #cabace background
background-color: #cabace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabace; background: linear-gradient(135deg, #cabace, #CEBAC5);