#cac3ee
a light, vivid blue · warm · closest name: lavender
RGB
202, 195, 238
HSL
250°, 56%, 85%
CMYK
15, 18, 0, 7
Luminance
0.5776
Every format
| HEX | #cac3ee |
| RGB | rgb(202, 195, 238) |
| HSL | hsl(250, 56%, 85%) |
| CMYK | cmyk(15%, 18%, 0%, 7%) |
| LAB | lab(80.6 10.8 -20.4) |
| LCH | lch(80.6 23.1 298.0) |
| OKLCH | oklch(0.837 0.060 292.5) |
Copy-ready code
/* CSS */
color: #cac3ee;
background-color: #cac3ee;
/* Tailwind (arbitrary) */
class="text-[#cac3ee] bg-[#cac3ee]"
/* SCSS */
$brand: #cac3ee;
/* SwiftUI */
Color(red: 0.792, green: 0.765, blue: 0.933)
/* Android */
Color.parseColor("#cac3ee")Accessibility — WCAG contrast
Aa
#cac3ee on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac3ee on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green76.5%
Blue93.3%
CMYK percentages
Cyan15.1%
Magenta18.1%
Yellow0.0%
Key (black)6.7%
Color previews
#cac3ee text on a black background
contrast 12.55:1
Card sample
#cac3ee text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac3ee;
Background color
Panel with #cac3ee background
background-color: #cac3ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac3ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 195, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 195, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac3ee; background: linear-gradient(135deg, #cac3ee, #E7C3EE);