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