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