#caacef
a light, vivid violet · warm · closest name: plum
RGB
202, 172, 239
HSL
267°, 68%, 81%
CMYK
16, 28, 0, 6
Luminance
0.4829
Every format
| HEX | #caacef |
| RGB | rgb(202, 172, 239) |
| HSL | hsl(267, 68%, 81%) |
| CMYK | cmyk(16%, 28%, 0%, 6%) |
| LAB | lab(75.0 23.6 -29.4) |
| LCH | lch(75.0 37.7 308.7) |
| OKLCH | oklch(0.794 0.098 304.7) |
Copy-ready code
/* CSS */
color: #caacef;
background-color: #caacef;
/* Tailwind (arbitrary) */
class="text-[#caacef] bg-[#caacef]"
/* SCSS */
$brand: #caacef;
/* SwiftUI */
Color(red: 0.792, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#caacef")Accessibility — WCAG contrast
Aa
#caacef on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caacef on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green67.5%
Blue93.7%
CMYK percentages
Cyan15.5%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#caacef text on a black background
contrast 10.66:1
Card sample
#caacef text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caacef;
Background color
Panel with #caacef background
background-color: #caacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caacef; background: linear-gradient(135deg, #caacef, #EFACE7);