#cabfd9
a light, soft violet · warm · closest name: lavender
RGB
202, 191, 217
HSL
265°, 26%, 80%
CMYK
7, 12, 0, 15
Luminance
0.5483
Every format
| HEX | #cabfd9 |
| RGB | rgb(202, 191, 217) |
| HSL | hsl(265, 26%, 80%) |
| CMYK | cmyk(7%, 12%, 0%, 15%) |
| LAB | lab(78.9 8.7 -11.6) |
| LCH | lch(78.9 14.5 306.9) |
| OKLCH | oklch(0.822 0.038 304.7) |
Copy-ready code
/* CSS */
color: #cabfd9;
background-color: #cabfd9;
/* Tailwind (arbitrary) */
class="text-[#cabfd9] bg-[#cabfd9]"
/* SCSS */
$brand: #cabfd9;
/* SwiftUI */
Color(red: 0.792, green: 0.749, blue: 0.851)
/* Android */
Color.parseColor("#cabfd9")Accessibility — WCAG contrast
Aa
#cabfd9 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabfd9 on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.9%
Blue85.1%
CMYK percentages
Cyan6.9%
Magenta12.0%
Yellow0.0%
Key (black)14.9%
Color previews
#cabfd9 text on a black background
contrast 11.97:1
Card sample
#cabfd9 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabfd9;
Background color
Panel with #cabfd9 background
background-color: #cabfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 191, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 191, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabfd9; background: linear-gradient(135deg, #cabfd9, #D9BFD7);