#cac7da
a light, soft blue · warm · closest name: silver
RGB
202, 199, 218
HSL
250°, 20%, 82%
CMYK
7, 9, 0, 15
Luminance
0.5847
Every format
| HEX | #cac7da |
| RGB | rgb(202, 199, 218) |
| HSL | hsl(250, 20%, 82%) |
| CMYK | cmyk(7%, 9%, 0%, 15%) |
| LAB | lab(81.0 4.6 -9.1) |
| LCH | lch(81.0 10.2 297.0) |
| OKLCH | oklch(0.838 0.026 293.1) |
Copy-ready code
/* CSS */
color: #cac7da;
background-color: #cac7da;
/* Tailwind (arbitrary) */
class="text-[#cac7da] bg-[#cac7da]"
/* SCSS */
$brand: #cac7da;
/* SwiftUI */
Color(red: 0.792, green: 0.780, blue: 0.855)
/* Android */
Color.parseColor("#cac7da")Accessibility — WCAG contrast
Aa
#cac7da on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac7da on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green78.0%
Blue85.5%
CMYK percentages
Cyan7.3%
Magenta8.7%
Yellow0.0%
Key (black)14.5%
Color previews
#cac7da text on a black background
contrast 12.69:1
Card sample
#cac7da text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac7da;
Background color
Panel with #cac7da background
background-color: #cac7da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac7da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 199, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 199, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac7da; background: linear-gradient(135deg, #cac7da, #D7C7DA);