#cab7df
a light, soft violet · warm · closest name: plum
RGB
202, 183, 223
HSL
269°, 39%, 80%
CMYK
9, 18, 0, 13
Luminance
0.5175
Every format
| HEX | #cab7df |
| RGB | rgb(202, 183, 223) |
| HSL | hsl(269, 39%, 80%) |
| CMYK | cmyk(9%, 18%, 0%, 13%) |
| LAB | lab(77.1 14.2 -17.5) |
| LCH | lch(77.1 22.6 309.1) |
| OKLCH | oklch(0.808 0.059 306.6) |
Copy-ready code
/* CSS */
color: #cab7df;
background-color: #cab7df;
/* Tailwind (arbitrary) */
class="text-[#cab7df] bg-[#cab7df]"
/* SCSS */
$brand: #cab7df;
/* SwiftUI */
Color(red: 0.792, green: 0.718, blue: 0.875)
/* Android */
Color.parseColor("#cab7df")Accessibility — WCAG contrast
Aa
#cab7df on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab7df on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green71.8%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta17.9%
Yellow0.0%
Key (black)12.5%
Color previews
#cab7df text on a black background
contrast 11.35:1
Card sample
#cab7df text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab7df;
Background color
Panel with #cab7df background
background-color: #cab7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 183, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 183, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab7df; background: linear-gradient(135deg, #cab7df, #DFB7D9);