#ccadef
a light, vivid violet · warm · closest name: plum
RGB
204, 173, 239
HSL
268°, 67%, 81%
CMYK
15, 28, 0, 6
Luminance
0.4896
Every format
| HEX | #ccadef |
| RGB | rgb(204, 173, 239) |
| HSL | hsl(268, 67%, 81%) |
| CMYK | cmyk(15%, 28%, 0%, 6%) |
| LAB | lab(75.4 23.6 -28.8) |
| LCH | lch(75.4 37.3 309.4) |
| OKLCH | oklch(0.797 0.097 305.7) |
Copy-ready code
/* CSS */
color: #ccadef;
background-color: #ccadef;
/* Tailwind (arbitrary) */
class="text-[#ccadef] bg-[#ccadef]"
/* SCSS */
$brand: #ccadef;
/* SwiftUI */
Color(red: 0.800, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#ccadef")Accessibility — WCAG contrast
Aa
#ccadef on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccadef on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green67.8%
Blue93.7%
CMYK percentages
Cyan14.6%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#ccadef text on a black background
contrast 10.79:1
Card sample
#ccadef text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccadef;
Background color
Panel with #ccadef background
background-color: #ccadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccadef; background: linear-gradient(135deg, #ccadef, #EFADE6);