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