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