#cabbdf
a light, soft violet · warm · closest name: lavender
RGB
202, 187, 223
HSL
265°, 36%, 80%
CMYK
9, 16, 0, 13
Luminance
0.5342
Every format
| HEX | #cabbdf |
| RGB | rgb(202, 187, 223) |
| HSL | hsl(265, 36%, 80%) |
| CMYK | cmyk(9%, 16%, 0%, 13%) |
| LAB | lab(78.1 12.1 -16.1) |
| LCH | lch(78.1 20.1 306.9) |
| OKLCH | oklch(0.816 0.052 304.2) |
Copy-ready code
/* CSS */
color: #cabbdf;
background-color: #cabbdf;
/* Tailwind (arbitrary) */
class="text-[#cabbdf] bg-[#cabbdf]"
/* SCSS */
$brand: #cabbdf;
/* SwiftUI */
Color(red: 0.792, green: 0.733, blue: 0.875)
/* Android */
Color.parseColor("#cabbdf")Accessibility — WCAG contrast
Aa
#cabbdf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabbdf on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green73.3%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta16.1%
Yellow0.0%
Key (black)12.5%
Color previews
#cabbdf text on a black background
contrast 11.68:1
Card sample
#cabbdf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabbdf;
Background color
Panel with #cabbdf background
background-color: #cabbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 187, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 187, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabbdf; background: linear-gradient(135deg, #cabbdf, #DFBBDC);