#cabadf
a light, soft violet · warm · closest name: lavender
RGB
202, 186, 223
HSL
266°, 37%, 80%
CMYK
9, 17, 0, 13
Luminance
0.5300
Every format
| HEX | #cabadf |
| RGB | rgb(202, 186, 223) |
| HSL | hsl(266, 37%, 80%) |
| CMYK | cmyk(9%, 17%, 0%, 13%) |
| LAB | lab(77.9 12.6 -16.4) |
| LCH | lch(77.9 20.7 307.5) |
| OKLCH | oklch(0.814 0.054 304.8) |
Copy-ready code
/* CSS */
color: #cabadf;
background-color: #cabadf;
/* Tailwind (arbitrary) */
class="text-[#cabadf] bg-[#cabadf]"
/* SCSS */
$brand: #cabadf;
/* SwiftUI */
Color(red: 0.792, green: 0.729, blue: 0.875)
/* Android */
Color.parseColor("#cabadf")Accessibility — WCAG contrast
Aa
#cabadf on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabadf on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green72.9%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta16.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cabadf text on a black background
contrast 11.60:1
Card sample
#cabadf text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabadf;
Background color
Panel with #cabadf background
background-color: #cabadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 186, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 186, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabadf; background: linear-gradient(135deg, #cabadf, #DFBADB);