#cdcdfd
a pale, electric blue · warm · closest name: lavender
RGB
205, 205, 253
HSL
240°, 92%, 90%
CMYK
19, 19, 0, 1
Luminance
0.6373
Every format
| HEX | #cdcdfd |
| RGB | rgb(205, 205, 253) |
| HSL | hsl(240, 92%, 90%) |
| CMYK | cmyk(19%, 19%, 0%, 1%) |
| LAB | lab(83.8 9.6 -23.4) |
| LCH | lch(83.8 25.4 292.3) |
| OKLCH | oklch(0.864 0.066 284.9) |
Copy-ready code
/* CSS */
color: #cdcdfd;
background-color: #cdcdfd;
/* Tailwind (arbitrary) */
class="text-[#cdcdfd] bg-[#cdcdfd]"
/* SCSS */
$brand: #cdcdfd;
/* SwiftUI */
Color(red: 0.804, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#cdcdfd")Accessibility — WCAG contrast
Aa
#cdcdfd on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcdfd on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.4%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#cdcdfd text on a black background
contrast 13.75:1
Card sample
#cdcdfd text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcdfd;
Background color
Panel with #cdcdfd background
background-color: #cdcdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcdfd; background: linear-gradient(135deg, #cdcdfd, #EDCDFD);