#cac7ec
a pale, vivid blue · warm · closest name: lavender
RGB
202, 199, 236
HSL
245°, 49%, 85%
CMYK
14, 16, 0, 8
Luminance
0.5946
Every format
| HEX | #cac7ec |
| RGB | rgb(202, 199, 236) |
| HSL | hsl(245, 49%, 85%) |
| CMYK | cmyk(14%, 16%, 0%, 8%) |
| LAB | lab(81.5 8.3 -17.9) |
| LCH | lch(81.5 19.7 294.8) |
| OKLCH | oklch(0.844 0.051 289.0) |
Copy-ready code
/* CSS */
color: #cac7ec;
background-color: #cac7ec;
/* Tailwind (arbitrary) */
class="text-[#cac7ec] bg-[#cac7ec]"
/* SCSS */
$brand: #cac7ec;
/* SwiftUI */
Color(red: 0.792, green: 0.780, blue: 0.925)
/* Android */
Color.parseColor("#cac7ec")Accessibility — WCAG contrast
Aa
#cac7ec on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac7ec on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green78.0%
Blue92.5%
CMYK percentages
Cyan14.4%
Magenta15.7%
Yellow0.0%
Key (black)7.5%
Color previews
#cac7ec text on a black background
contrast 12.89:1
Card sample
#cac7ec text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac7ec;
Background color
Panel with #cac7ec background
background-color: #cac7ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac7ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 199, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 199, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac7ec; background: linear-gradient(135deg, #cac7ec, #E3C7EC);