#ccc2ef
a light, vivid blue · warm · closest name: lavender
RGB
204, 194, 239
HSL
253°, 58%, 85%
CMYK
15, 19, 0, 6
Luminance
0.5765
Every format
| HEX | #ccc2ef |
| RGB | rgb(204, 194, 239) |
| HSL | hsl(253, 58%, 85%) |
| CMYK | cmyk(15%, 19%, 0%, 6%) |
| LAB | lab(80.5 12.2 -21.0) |
| LCH | lch(80.5 24.3 300.2) |
| OKLCH | oklch(0.837 0.063 295.2) |
Copy-ready code
/* CSS */
color: #ccc2ef;
background-color: #ccc2ef;
/* Tailwind (arbitrary) */
class="text-[#ccc2ef] bg-[#ccc2ef]"
/* SCSS */
$brand: #ccc2ef;
/* SwiftUI */
Color(red: 0.800, green: 0.761, blue: 0.937)
/* Android */
Color.parseColor("#ccc2ef")Accessibility — WCAG contrast
Aa
#ccc2ef on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc2ef on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green76.1%
Blue93.7%
CMYK percentages
Cyan14.6%
Magenta18.8%
Yellow0.0%
Key (black)6.3%
Color previews
#ccc2ef text on a black background
contrast 12.53:1
Card sample
#ccc2ef text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc2ef;
Background color
Panel with #ccc2ef background
background-color: #ccc2ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc2ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 194, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 194, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc2ef; background: linear-gradient(135deg, #ccc2ef, #EAC2EF);