#cac9da
a light, soft blue · warm · closest name: silver
RGB
202, 201, 218
HSL
244°, 19%, 82%
CMYK
7, 8, 0, 15
Luminance
0.5939
Every format
| HEX | #cac9da |
| RGB | rgb(202, 201, 218) |
| HSL | hsl(244, 19%, 82%) |
| CMYK | cmyk(7%, 8%, 0%, 15%) |
| LAB | lab(81.5 3.6 -8.3) |
| LCH | lch(81.5 9.0 293.2) |
| OKLCH | oklch(0.842 0.024 288.6) |
Copy-ready code
/* CSS */
color: #cac9da;
background-color: #cac9da;
/* Tailwind (arbitrary) */
class="text-[#cac9da] bg-[#cac9da]"
/* SCSS */
$brand: #cac9da;
/* SwiftUI */
Color(red: 0.792, green: 0.788, blue: 0.855)
/* Android */
Color.parseColor("#cac9da")Accessibility — WCAG contrast
Aa
#cac9da on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac9da on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green78.8%
Blue85.5%
CMYK percentages
Cyan7.3%
Magenta7.8%
Yellow0.0%
Key (black)14.5%
Color previews
#cac9da text on a black background
contrast 12.88:1
Card sample
#cac9da text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac9da;
Background color
Panel with #cac9da background
background-color: #cac9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 201, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 201, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac9da; background: linear-gradient(135deg, #cac9da, #D5C9DA);