#cccdec
a pale, vivid blue · warm · closest name: lavender
RGB
204, 205, 236
HSL
238°, 46%, 86%
CMYK
14, 13, 0, 8
Luminance
0.6256
Every format
| HEX | #cccdec |
| RGB | rgb(204, 205, 236) |
| HSL | hsl(238, 46%, 86%) |
| CMYK | cmyk(14%, 13%, 0%, 8%) |
| LAB | lab(83.2 5.7 -15.4) |
| LCH | lch(83.2 16.4 290.4) |
| OKLCH | oklch(0.857 0.043 284.0) |
Copy-ready code
/* CSS */
color: #cccdec;
background-color: #cccdec;
/* Tailwind (arbitrary) */
class="text-[#cccdec] bg-[#cccdec]"
/* SCSS */
$brand: #cccdec;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.925)
/* Android */
Color.parseColor("#cccdec")Accessibility — WCAG contrast
Aa
#cccdec on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccdec on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue92.5%
CMYK percentages
Cyan13.6%
Magenta13.1%
Yellow0.0%
Key (black)7.5%
Color previews
#cccdec text on a black background
contrast 13.51:1
Card sample
#cccdec text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccdec;
Background color
Panel with #cccdec background
background-color: #cccdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccdec; background: linear-gradient(135deg, #cccdec, #E0CCEC);