#cccdee
a pale, vivid blue · warm · closest name: lavender
RGB
204, 205, 238
HSL
238°, 50%, 87%
CMYK
14, 14, 0, 7
Luminance
0.6267
Every format
| HEX | #cccdee |
| RGB | rgb(204, 205, 238) |
| HSL | hsl(238, 50%, 87%) |
| CMYK | cmyk(14%, 14%, 0%, 7%) |
| LAB | lab(83.3 6.1 -16.3) |
| LCH | lch(83.3 17.4 290.5) |
| OKLCH | oklch(0.858 0.046 284.0) |
Copy-ready code
/* CSS */
color: #cccdee;
background-color: #cccdee;
/* Tailwind (arbitrary) */
class="text-[#cccdee] bg-[#cccdee]"
/* SCSS */
$brand: #cccdee;
/* SwiftUI */
Color(red: 0.800, green: 0.804, blue: 0.933)
/* Android */
Color.parseColor("#cccdee")Accessibility — WCAG contrast
Aa
#cccdee on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccdee on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.4%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta13.9%
Yellow0.0%
Key (black)6.7%
Color previews
#cccdee text on a black background
contrast 13.53:1
Card sample
#cccdee text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccdee;
Background color
Panel with #cccdee background
background-color: #cccdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 205, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 205, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccdee; background: linear-gradient(135deg, #cccdee, #E2CCEE);