#cac5eb
a light, vivid blue · warm · closest name: lavender
RGB
202, 197, 235
HSL
248°, 49%, 85%
CMYK
14, 16, 0, 8
Luminance
0.5849
Every format
| HEX | #cac5eb |
| RGB | rgb(202, 197, 235) |
| HSL | hsl(248, 49%, 85%) |
| CMYK | cmyk(14%, 16%, 0%, 8%) |
| LAB | lab(81.0 9.1 -18.1) |
| LCH | lch(81.0 20.3 296.7) |
| OKLCH | oklch(0.840 0.053 291.3) |
Copy-ready code
/* CSS */
color: #cac5eb;
background-color: #cac5eb;
/* Tailwind (arbitrary) */
class="text-[#cac5eb] bg-[#cac5eb]"
/* SCSS */
$brand: #cac5eb;
/* SwiftUI */
Color(red: 0.792, green: 0.773, blue: 0.922)
/* Android */
Color.parseColor("#cac5eb")Accessibility — WCAG contrast
Aa
#cac5eb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac5eb on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green77.3%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta16.2%
Yellow0.0%
Key (black)7.8%
Color previews
#cac5eb text on a black background
contrast 12.70:1
Card sample
#cac5eb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac5eb;
Background color
Panel with #cac5eb background
background-color: #cac5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 197, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 197, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac5eb; background: linear-gradient(135deg, #cac5eb, #E3C5EB);