#cec8ec
a pale, vivid blue · warm · closest name: lavender
RGB
206, 200, 236
HSL
250°, 49%, 86%
CMYK
13, 15, 0, 8
Luminance
0.6049
Every format
| HEX | #cec8ec |
| RGB | rgb(206, 200, 236) |
| HSL | hsl(250, 49%, 86%) |
| CMYK | cmyk(13%, 15%, 0%, 8%) |
| LAB | lab(82.1 9.0 -17.0) |
| LCH | lch(82.1 19.3 297.9) |
| OKLCH | oklch(0.849 0.050 292.9) |
Copy-ready code
/* CSS */
color: #cec8ec;
background-color: #cec8ec;
/* Tailwind (arbitrary) */
class="text-[#cec8ec] bg-[#cec8ec]"
/* SCSS */
$brand: #cec8ec;
/* SwiftUI */
Color(red: 0.808, green: 0.784, blue: 0.925)
/* Android */
Color.parseColor("#cec8ec")Accessibility — WCAG contrast
Aa
#cec8ec on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec8ec on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green78.4%
Blue92.5%
CMYK percentages
Cyan12.7%
Magenta15.3%
Yellow0.0%
Key (black)7.5%
Color previews
#cec8ec text on a black background
contrast 13.10:1
Card sample
#cec8ec text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec8ec;
Background color
Panel with #cec8ec background
background-color: #cec8ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec8ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 200, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 200, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec8ec; background: linear-gradient(135deg, #cec8ec, #E6C8EC);