#cac3f4
a pale, vivid blue · warm · closest name: lavender
RGB
202, 195, 244
HSL
249°, 69%, 86%
CMYK
17, 20, 0, 4
Luminance
0.5812
Every format
| HEX | #cac3f4 |
| RGB | rgb(202, 195, 244) |
| HSL | hsl(249, 69%, 86%) |
| CMYK | cmyk(17%, 20%, 0%, 4%) |
| LAB | lab(80.8 12.1 -23.3) |
| LCH | lch(80.8 26.2 297.5) |
| OKLCH | oklch(0.839 0.068 291.4) |
Copy-ready code
/* CSS */
color: #cac3f4;
background-color: #cac3f4;
/* Tailwind (arbitrary) */
class="text-[#cac3f4] bg-[#cac3f4]"
/* SCSS */
$brand: #cac3f4;
/* SwiftUI */
Color(red: 0.792, green: 0.765, blue: 0.957)
/* Android */
Color.parseColor("#cac3f4")Accessibility — WCAG contrast
Aa
#cac3f4 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac3f4 on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green76.5%
Blue95.7%
CMYK percentages
Cyan17.2%
Magenta20.1%
Yellow0.0%
Key (black)4.3%
Color previews
#cac3f4 text on a black background
contrast 12.62:1
Card sample
#cac3f4 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac3f4;
Background color
Panel with #cac3f4 background
background-color: #cac3f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac3f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 195, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 195, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac3f4; background: linear-gradient(135deg, #cac3f4, #EBC3F4);