#cabfd7
a light, soft violet · warm · closest name: silver
RGB
202, 191, 215
HSL
268°, 23%, 80%
CMYK
6, 11, 0, 16
Luminance
0.5472
Every format
| HEX | #cabfd7 |
| RGB | rgb(202, 191, 215) |
| HSL | hsl(268, 23%, 80%) |
| CMYK | cmyk(6%, 11%, 0%, 16%) |
| LAB | lab(78.9 8.3 -10.6) |
| LCH | lch(78.9 13.5 308.1) |
| OKLCH | oklch(0.821 0.035 306.2) |
Copy-ready code
/* CSS */
color: #cabfd7;
background-color: #cabfd7;
/* Tailwind (arbitrary) */
class="text-[#cabfd7] bg-[#cabfd7]"
/* SCSS */
$brand: #cabfd7;
/* SwiftUI */
Color(red: 0.792, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#cabfd7")Accessibility — WCAG contrast
Aa
#cabfd7 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabfd7 on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.9%
Blue84.3%
CMYK percentages
Cyan6.0%
Magenta11.2%
Yellow0.0%
Key (black)15.7%
Color previews
#cabfd7 text on a black background
contrast 11.94:1
Card sample
#cabfd7 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabfd7;
Background color
Panel with #cabfd7 background
background-color: #cabfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabfd7; background: linear-gradient(135deg, #cabfd7, #D7BFD4);