#cac9eb
a pale, vivid blue · warm · closest name: lavender
RGB
202, 201, 235
HSL
242°, 46%, 86%
CMYK
14, 15, 0, 8
Luminance
0.6033
Every format
| HEX | #cac9eb |
| RGB | rgb(202, 201, 235) |
| HSL | hsl(242, 46%, 86%) |
| CMYK | cmyk(14%, 15%, 0%, 8%) |
| LAB | lab(82.0 7.0 -16.6) |
| LCH | lch(82.0 18.0 292.8) |
| OKLCH | oklch(0.848 0.047 286.7) |
Copy-ready code
/* CSS */
color: #cac9eb;
background-color: #cac9eb;
/* Tailwind (arbitrary) */
class="text-[#cac9eb] bg-[#cac9eb]"
/* SCSS */
$brand: #cac9eb;
/* SwiftUI */
Color(red: 0.792, green: 0.788, blue: 0.922)
/* Android */
Color.parseColor("#cac9eb")Accessibility — WCAG contrast
Aa
#cac9eb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac9eb on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green78.8%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta14.5%
Yellow0.0%
Key (black)7.8%
Color previews
#cac9eb text on a black background
contrast 13.07:1
Card sample
#cac9eb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac9eb;
Background color
Panel with #cac9eb background
background-color: #cac9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 201, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 201, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac9eb; background: linear-gradient(135deg, #cac9eb, #E1C9EB);