#cabdef
a light, vivid violet · warm · closest name: plum
RGB
202, 189, 239
HSL
256°, 61%, 84%
CMYK
16, 21, 0, 6
Luminance
0.5518
Every format
| HEX | #cabdef |
| RGB | rgb(202, 189, 239) |
| HSL | hsl(256, 61%, 84%) |
| CMYK | cmyk(16%, 21%, 0%, 6%) |
| LAB | lab(79.2 14.3 -23.1) |
| LCH | lch(79.2 27.2 301.7) |
| OKLCH | oklch(0.826 0.071 296.7) |
Copy-ready code
/* CSS */
color: #cabdef;
background-color: #cabdef;
/* Tailwind (arbitrary) */
class="text-[#cabdef] bg-[#cabdef]"
/* SCSS */
$brand: #cabdef;
/* SwiftUI */
Color(red: 0.792, green: 0.741, blue: 0.937)
/* Android */
Color.parseColor("#cabdef")Accessibility — WCAG contrast
Aa
#cabdef on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabdef on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.1%
Blue93.7%
CMYK percentages
Cyan15.5%
Magenta20.9%
Yellow0.0%
Key (black)6.3%
Color previews
#cabdef text on a black background
contrast 12.04:1
Card sample
#cabdef text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabdef;
Background color
Panel with #cabdef background
background-color: #cabdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 189, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 189, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabdef; background: linear-gradient(135deg, #cabdef, #EBBDEF);