#cabaf3
a light, vivid violet · warm · closest name: plum
RGB
202, 186, 243
HSL
257°, 70%, 84%
CMYK
17, 24, 0, 5
Luminance
0.5415
Every format
| HEX | #cabaf3 |
| RGB | rgb(202, 186, 243) |
| HSL | hsl(257, 70%, 84%) |
| CMYK | cmyk(17%, 24%, 0%, 5%) |
| LAB | lab(78.5 16.8 -26.2) |
| LCH | lch(78.5 31.1 302.7) |
| OKLCH | oklch(0.822 0.081 297.5) |
Copy-ready code
/* CSS */
color: #cabaf3;
background-color: #cabaf3;
/* Tailwind (arbitrary) */
class="text-[#cabaf3] bg-[#cabaf3]"
/* SCSS */
$brand: #cabaf3;
/* SwiftUI */
Color(red: 0.792, green: 0.729, blue: 0.953)
/* Android */
Color.parseColor("#cabaf3")Accessibility — WCAG contrast
Aa
#cabaf3 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabaf3 on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green72.9%
Blue95.3%
CMYK percentages
Cyan16.9%
Magenta23.5%
Yellow0.0%
Key (black)4.7%
Color previews
#cabaf3 text on a black background
contrast 11.83:1
Card sample
#cabaf3 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabaf3;
Background color
Panel with #cabaf3 background
background-color: #cabaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 186, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 186, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabaf3; background: linear-gradient(135deg, #cabaf3, #F0BAF3);