#cac3f7
a pale, electric blue · warm · closest name: lavender
RGB
202, 195, 247
HSL
248°, 77%, 87%
CMYK
18, 21, 0, 3
Luminance
0.5830
Every format
| HEX | #cac3f7 |
| RGB | rgb(202, 195, 247) |
| HSL | hsl(248, 77%, 87%) |
| CMYK | cmyk(18%, 21%, 0%, 3%) |
| LAB | lab(80.9 12.8 -24.7) |
| LCH | lch(80.9 27.8 297.3) |
| OKLCH | oklch(0.840 0.072 290.9) |
Copy-ready code
/* CSS */
color: #cac3f7;
background-color: #cac3f7;
/* Tailwind (arbitrary) */
class="text-[#cac3f7] bg-[#cac3f7]"
/* SCSS */
$brand: #cac3f7;
/* SwiftUI */
Color(red: 0.792, green: 0.765, blue: 0.969)
/* Android */
Color.parseColor("#cac3f7")Accessibility — WCAG contrast
Aa
#cac3f7 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac3f7 on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green76.5%
Blue96.9%
CMYK percentages
Cyan18.2%
Magenta21.1%
Yellow0.0%
Key (black)3.1%
Color previews
#cac3f7 text on a black background
contrast 12.66:1
Card sample
#cac3f7 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac3f7;
Background color
Panel with #cac3f7 background
background-color: #cac3f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac3f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 195, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 195, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac3f7; background: linear-gradient(135deg, #cac3f7, #EDC3F7);