#cabfd8
a light, soft violet · warm · closest name: lavender
RGB
202, 191, 216
HSL
266°, 24%, 80%
CMYK
7, 12, 0, 15
Luminance
0.5478
Every format
| HEX | #cabfd8 |
| RGB | rgb(202, 191, 216) |
| HSL | hsl(266, 24%, 80%) |
| CMYK | cmyk(7%, 12%, 0%, 15%) |
| LAB | lab(78.9 8.5 -11.1) |
| LCH | lch(78.9 14.0 307.5) |
| OKLCH | oklch(0.821 0.036 305.4) |
Copy-ready code
/* CSS */
color: #cabfd8;
background-color: #cabfd8;
/* Tailwind (arbitrary) */
class="text-[#cabfd8] bg-[#cabfd8]"
/* SCSS */
$brand: #cabfd8;
/* SwiftUI */
Color(red: 0.792, green: 0.749, blue: 0.847)
/* Android */
Color.parseColor("#cabfd8")Accessibility — WCAG contrast
Aa
#cabfd8 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabfd8 on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.9%
Blue84.7%
CMYK percentages
Cyan6.5%
Magenta11.6%
Yellow0.0%
Key (black)15.3%
Color previews
#cabfd8 text on a black background
contrast 11.96:1
Card sample
#cabfd8 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabfd8;
Background color
Panel with #cabfd8 background
background-color: #cabfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 191, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 191, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabfd8; background: linear-gradient(135deg, #cabfd8, #D8BFD5);