#cac7f2
a pale, vivid blue · warm · closest name: lavender
RGB
202, 199, 242
HSL
244°, 62%, 87%
CMYK
17, 18, 0, 5
Luminance
0.5981
Every format
| HEX | #cac7f2 |
| RGB | rgb(202, 199, 242) |
| HSL | hsl(244, 62%, 87%) |
| CMYK | cmyk(17%, 18%, 0%, 5%) |
| LAB | lab(81.7 9.6 -20.8) |
| LCH | lch(81.7 22.9 294.7) |
| OKLCH | oklch(0.846 0.060 288.3) |
Copy-ready code
/* CSS */
color: #cac7f2;
background-color: #cac7f2;
/* Tailwind (arbitrary) */
class="text-[#cac7f2] bg-[#cac7f2]"
/* SCSS */
$brand: #cac7f2;
/* SwiftUI */
Color(red: 0.792, green: 0.780, blue: 0.949)
/* Android */
Color.parseColor("#cac7f2")Accessibility — WCAG contrast
Aa
#cac7f2 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac7f2 on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green78.0%
Blue94.9%
CMYK percentages
Cyan16.5%
Magenta17.8%
Yellow0.0%
Key (black)5.1%
Color previews
#cac7f2 text on a black background
contrast 12.96:1
Card sample
#cac7f2 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac7f2;
Background color
Panel with #cac7f2 background
background-color: #cac7f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac7f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 199, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 199, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac7f2; background: linear-gradient(135deg, #cac7f2, #E7C7F2);