#cabfd3
a light, soft violet · warm · closest name: silver
RGB
202, 191, 211
HSL
273°, 19%, 79%
CMYK
4, 10, 0, 17
Luminance
0.5452
Every format
| HEX | #cabfd3 |
| RGB | rgb(202, 191, 211) |
| HSL | hsl(273, 19%, 79%) |
| CMYK | cmyk(4%, 10%, 0%, 17%) |
| LAB | lab(78.8 7.5 -8.6) |
| LCH | lch(78.8 11.4 311.2) |
| OKLCH | oklch(0.820 0.030 310.1) |
Copy-ready code
/* CSS */
color: #cabfd3;
background-color: #cabfd3;
/* Tailwind (arbitrary) */
class="text-[#cabfd3] bg-[#cabfd3]"
/* SCSS */
$brand: #cabfd3;
/* SwiftUI */
Color(red: 0.792, green: 0.749, blue: 0.827)
/* Android */
Color.parseColor("#cabfd3")Accessibility — WCAG contrast
Aa
#cabfd3 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabfd3 on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.9%
Blue82.7%
CMYK percentages
Cyan4.3%
Magenta9.5%
Yellow0.0%
Key (black)17.3%
Color previews
#cabfd3 text on a black background
contrast 11.90:1
Card sample
#cabfd3 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabfd3;
Background color
Panel with #cabfd3 background
background-color: #cabfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 191, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 191, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabfd3; background: linear-gradient(135deg, #cabfd3, #D3BFCF);