#cabfd6
a light, soft violet · warm · closest name: silver
RGB
202, 191, 214
HSL
269°, 22%, 79%
CMYK
6, 11, 0, 16
Luminance
0.5467
Every format
| HEX | #cabfd6 |
| RGB | rgb(202, 191, 214) |
| HSL | hsl(269, 22%, 79%) |
| CMYK | cmyk(6%, 11%, 0%, 16%) |
| LAB | lab(78.8 8.1 -10.1) |
| LCH | lch(78.8 13.0 308.8) |
| OKLCH | oklch(0.821 0.034 307.1) |
Copy-ready code
/* CSS */
color: #cabfd6;
background-color: #cabfd6;
/* Tailwind (arbitrary) */
class="text-[#cabfd6] bg-[#cabfd6]"
/* SCSS */
$brand: #cabfd6;
/* SwiftUI */
Color(red: 0.792, green: 0.749, blue: 0.839)
/* Android */
Color.parseColor("#cabfd6")Accessibility — WCAG contrast
Aa
#cabfd6 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabfd6 on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.9%
Blue83.9%
CMYK percentages
Cyan5.6%
Magenta10.7%
Yellow0.0%
Key (black)16.1%
Color previews
#cabfd6 text on a black background
contrast 11.93:1
Card sample
#cabfd6 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabfd6;
Background color
Panel with #cabfd6 background
background-color: #cabfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 191, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 191, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabfd6; background: linear-gradient(135deg, #cabfd6, #D6BFD3);