#cabfdb
a light, soft violet · warm · closest name: lavender
RGB
202, 191, 219
HSL
264°, 28%, 80%
CMYK
8, 13, 0, 14
Luminance
0.5493
Every format
| HEX | #cabfdb |
| RGB | rgb(202, 191, 219) |
| HSL | hsl(264, 28%, 80%) |
| CMYK | cmyk(8%, 13%, 0%, 14%) |
| LAB | lab(79.0 9.1 -12.6) |
| LCH | lch(79.0 15.5 305.9) |
| OKLCH | oklch(0.822 0.041 303.3) |
Copy-ready code
/* CSS */
color: #cabfdb;
background-color: #cabfdb;
/* Tailwind (arbitrary) */
class="text-[#cabfdb] bg-[#cabfdb]"
/* SCSS */
$brand: #cabfdb;
/* SwiftUI */
Color(red: 0.792, green: 0.749, blue: 0.859)
/* Android */
Color.parseColor("#cabfdb")Accessibility — WCAG contrast
Aa
#cabfdb on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabfdb on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.9%
Blue85.9%
CMYK percentages
Cyan7.8%
Magenta12.8%
Yellow0.0%
Key (black)14.1%
Color previews
#cabfdb text on a black background
contrast 11.99:1
Card sample
#cabfdb text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabfdb;
Background color
Panel with #cabfdb background
background-color: #cabfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 191, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 191, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabfdb; background: linear-gradient(135deg, #cabfdb, #DBBFD9);