#ccc7eb
a pale, vivid blue · warm · closest name: lavender
RGB
204, 199, 235
HSL
248°, 47%, 85%
CMYK
13, 15, 0, 8
Luminance
0.5968
Every format
| HEX | #ccc7eb |
| RGB | rgb(204, 199, 235) |
| HSL | hsl(248, 47%, 85%) |
| CMYK | cmyk(13%, 15%, 0%, 8%) |
| LAB | lab(81.7 8.7 -17.1) |
| LCH | lch(81.7 19.2 296.9) |
| OKLCH | oklch(0.845 0.050 291.7) |
Copy-ready code
/* CSS */
color: #ccc7eb;
background-color: #ccc7eb;
/* Tailwind (arbitrary) */
class="text-[#ccc7eb] bg-[#ccc7eb]"
/* SCSS */
$brand: #ccc7eb;
/* SwiftUI */
Color(red: 0.800, green: 0.780, blue: 0.922)
/* Android */
Color.parseColor("#ccc7eb")Accessibility — WCAG contrast
Aa
#ccc7eb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc7eb on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.0%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta15.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ccc7eb text on a black background
contrast 12.94:1
Card sample
#ccc7eb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc7eb;
Background color
Panel with #ccc7eb background
background-color: #ccc7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 199, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 199, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc7eb; background: linear-gradient(135deg, #ccc7eb, #E4C7EB);