#cecdef
a pale, vivid blue · warm · closest name: lavender
RGB
206, 205, 239
HSL
242°, 52%, 87%
CMYK
14, 14, 0, 6
Luminance
0.6302
Every format
| HEX | #cecdef |
| RGB | rgb(206, 205, 239) |
| HSL | hsl(242, 52%, 87%) |
| CMYK | cmyk(14%, 14%, 0%, 6%) |
| LAB | lab(83.5 7.0 -16.6) |
| LCH | lch(83.5 18.0 292.8) |
| OKLCH | oklch(0.860 0.047 286.7) |
Copy-ready code
/* CSS */
color: #cecdef;
background-color: #cecdef;
/* Tailwind (arbitrary) */
class="text-[#cecdef] bg-[#cecdef]"
/* SCSS */
$brand: #cecdef;
/* SwiftUI */
Color(red: 0.808, green: 0.804, blue: 0.937)
/* Android */
Color.parseColor("#cecdef")Accessibility — WCAG contrast
Aa
#cecdef on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecdef on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.4%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta14.2%
Yellow0.0%
Key (black)6.3%
Color previews
#cecdef text on a black background
contrast 13.60:1
Card sample
#cecdef text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecdef;
Background color
Panel with #cecdef background
background-color: #cecdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 205, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 205, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecdef; background: linear-gradient(135deg, #cecdef, #E5CDEF);