#cec8f9
a pale, electric blue · warm · closest name: lavender
RGB
206, 200, 249
HSL
247°, 80%, 88%
CMYK
17, 20, 0, 2
Luminance
0.6127
Every format
| HEX | #cec8f9 |
| RGB | rgb(206, 200, 249) |
| HSL | hsl(247, 80%, 88%) |
| CMYK | cmyk(17%, 20%, 0%, 2%) |
| LAB | lab(82.5 11.8 -23.3) |
| LCH | lch(82.5 26.1 296.8) |
| OKLCH | oklch(0.854 0.068 290.5) |
Copy-ready code
/* CSS */
color: #cec8f9;
background-color: #cec8f9;
/* Tailwind (arbitrary) */
class="text-[#cec8f9] bg-[#cec8f9]"
/* SCSS */
$brand: #cec8f9;
/* SwiftUI */
Color(red: 0.808, green: 0.784, blue: 0.976)
/* Android */
Color.parseColor("#cec8f9")Accessibility — WCAG contrast
Aa
#cec8f9 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec8f9 on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green78.4%
Blue97.6%
CMYK percentages
Cyan17.3%
Magenta19.7%
Yellow0.0%
Key (black)2.4%
Color previews
#cec8f9 text on a black background
contrast 13.25:1
Card sample
#cec8f9 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec8f9;
Background color
Panel with #cec8f9 background
background-color: #cec8f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec8f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 200, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 200, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec8f9; background: linear-gradient(135deg, #cec8f9, #EFC8F9);