#cac0eb
a light, vivid blue · warm · closest name: lavender
RGB
202, 192, 235
HSL
254°, 52%, 84%
CMYK
14, 18, 0, 8
Luminance
0.5625
Every format
| HEX | #cac0eb |
| RGB | rgb(202, 192, 235) |
| HSL | hsl(254, 52%, 84%) |
| CMYK | cmyk(14%, 18%, 0%, 8%) |
| LAB | lab(79.8 11.8 -20.0) |
| LCH | lch(79.8 23.3 300.6) |
| OKLCH | oklch(0.830 0.060 295.7) |
Copy-ready code
/* CSS */
color: #cac0eb;
background-color: #cac0eb;
/* Tailwind (arbitrary) */
class="text-[#cac0eb] bg-[#cac0eb]"
/* SCSS */
$brand: #cac0eb;
/* SwiftUI */
Color(red: 0.792, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#cac0eb")Accessibility — WCAG contrast
Aa
#cac0eb on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac0eb on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green75.3%
Blue92.2%
CMYK percentages
Cyan14.0%
Magenta18.3%
Yellow0.0%
Key (black)7.8%
Color previews
#cac0eb text on a black background
contrast 12.25:1
Card sample
#cac0eb text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac0eb;
Background color
Panel with #cac0eb background
background-color: #cac0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac0eb; background: linear-gradient(135deg, #cac0eb, #E7C0EB);