#cecdf7
a pale, vivid blue · warm · closest name: lavender
RGB
206, 205, 247
HSL
241°, 72%, 89%
CMYK
17, 17, 0, 3
Luminance
0.6350
Every format
| HEX | #cecdf7 |
| RGB | rgb(206, 205, 247) |
| HSL | hsl(241, 72%, 89%) |
| CMYK | cmyk(17%, 17%, 0%, 3%) |
| LAB | lab(83.7 8.6 -20.4) |
| LCH | lch(83.7 22.2 292.9) |
| OKLCH | oklch(0.863 0.058 286.2) |
Copy-ready code
/* CSS */
color: #cecdf7;
background-color: #cecdf7;
/* Tailwind (arbitrary) */
class="text-[#cecdf7] bg-[#cecdf7]"
/* SCSS */
$brand: #cecdf7;
/* SwiftUI */
Color(red: 0.808, green: 0.804, blue: 0.969)
/* Android */
Color.parseColor("#cecdf7")Accessibility — WCAG contrast
Aa
#cecdf7 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecdf7 on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.4%
Blue96.9%
CMYK percentages
Cyan16.6%
Magenta17.0%
Yellow0.0%
Key (black)3.1%
Color previews
#cecdf7 text on a black background
contrast 13.70:1
Card sample
#cecdf7 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecdf7;
Background color
Panel with #cecdf7 background
background-color: #cecdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 205, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 205, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecdf7; background: linear-gradient(135deg, #cecdf7, #EACDF7);