#cabacf
a light, soft violet · warm · closest name: silver
RGB
202, 186, 207
HSL
286°, 18%, 77%
CMYK
2, 10, 0, 19
Luminance
0.5218
Every format
| HEX | #cabacf |
| RGB | rgb(202, 186, 207) |
| HSL | hsl(286, 18%, 77%) |
| CMYK | cmyk(2%, 10%, 0%, 19%) |
| LAB | lab(77.4 9.5 -8.5) |
| LCH | lch(77.4 12.7 318.1) |
| OKLCH | oklch(0.809 0.034 318.1) |
Copy-ready code
/* CSS */
color: #cabacf;
background-color: #cabacf;
/* Tailwind (arbitrary) */
class="text-[#cabacf] bg-[#cabacf]"
/* SCSS */
$brand: #cabacf;
/* SwiftUI */
Color(red: 0.792, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#cabacf")Accessibility — WCAG contrast
Aa
#cabacf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabacf on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green72.9%
Blue81.2%
CMYK percentages
Cyan2.4%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#cabacf text on a black background
contrast 11.44:1
Card sample
#cabacf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabacf;
Background color
Panel with #cabacf background
background-color: #cabacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabacf; background: linear-gradient(135deg, #cabacf, #CFBAC6);