#cac6ec
a pale, vivid blue · warm · closest name: lavender
RGB
202, 198, 236
HSL
246°, 50%, 85%
CMYK
14, 16, 0, 8
Luminance
0.5900
Every format
| HEX | #cac6ec |
| RGB | rgb(202, 198, 236) |
| HSL | hsl(246, 50%, 85%) |
| CMYK | cmyk(14%, 16%, 0%, 8%) |
| LAB | lab(81.3 8.8 -18.3) |
| LCH | lch(81.3 20.3 295.8) |
| OKLCH | oklch(0.842 0.053 290.0) |
Copy-ready code
/* CSS */
color: #cac6ec;
background-color: #cac6ec;
/* Tailwind (arbitrary) */
class="text-[#cac6ec] bg-[#cac6ec]"
/* SCSS */
$brand: #cac6ec;
/* SwiftUI */
Color(red: 0.792, green: 0.776, blue: 0.925)
/* Android */
Color.parseColor("#cac6ec")Accessibility — WCAG contrast
Aa
#cac6ec on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac6ec on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green77.6%
Blue92.5%
CMYK percentages
Cyan14.4%
Magenta16.1%
Yellow0.0%
Key (black)7.5%
Color previews
#cac6ec text on a black background
contrast 12.80:1
Card sample
#cac6ec text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac6ec;
Background color
Panel with #cac6ec background
background-color: #cac6ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac6ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 198, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 198, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac6ec; background: linear-gradient(135deg, #cac6ec, #E3C6EC);