#cabfd2
a light, soft violet · warm · closest name: silver
RGB
202, 191, 210
HSL
275°, 17%, 79%
CMYK
4, 9, 0, 18
Luminance
0.5447
Every format
| HEX | #cabfd2 |
| RGB | rgb(202, 191, 210) |
| HSL | hsl(275, 17%, 79%) |
| CMYK | cmyk(4%, 9%, 0%, 18%) |
| LAB | lab(78.7 7.3 -8.1) |
| LCH | lch(78.7 10.9 312.2) |
| OKLCH | oklch(0.820 0.029 311.3) |
Copy-ready code
/* CSS */
color: #cabfd2;
background-color: #cabfd2;
/* Tailwind (arbitrary) */
class="text-[#cabfd2] bg-[#cabfd2]"
/* SCSS */
$brand: #cabfd2;
/* SwiftUI */
Color(red: 0.792, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#cabfd2")Accessibility — WCAG contrast
Aa
#cabfd2 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabfd2 on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.9%
Blue82.4%
CMYK percentages
Cyan3.8%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#cabfd2 text on a black background
contrast 11.89:1
Card sample
#cabfd2 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabfd2;
Background color
Panel with #cabfd2 background
background-color: #cabfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabfd2; background: linear-gradient(135deg, #cabfd2, #D2BFCD);