#cdd5fd
a pale, electric blue · warm · closest name: lavender
RGB
205, 213, 253
HSL
230°, 92%, 90%
CMYK
19, 16, 0, 1
Luminance
0.6766
Every format
| HEX | #cdd5fd |
| RGB | rgb(205, 213, 253) |
| HSL | hsl(230, 92%, 90%) |
| CMYK | cmyk(19%, 16%, 0%, 1%) |
| LAB | lab(85.8 5.4 -20.4) |
| LCH | lch(85.8 21.1 284.7) |
| OKLCH | oklch(0.880 0.056 276.3) |
Copy-ready code
/* CSS */
color: #cdd5fd;
background-color: #cdd5fd;
/* Tailwind (arbitrary) */
class="text-[#cdd5fd] bg-[#cdd5fd]"
/* SCSS */
$brand: #cdd5fd;
/* SwiftUI */
Color(red: 0.804, green: 0.835, blue: 0.992)
/* Android */
Color.parseColor("#cdd5fd")Accessibility — WCAG contrast
Aa
#cdd5fd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd5fd on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.5%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta15.8%
Yellow0.0%
Key (black)0.8%
Color previews
#cdd5fd text on a black background
contrast 14.53:1
Card sample
#cdd5fd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd5fd;
Background color
Panel with #cdd5fd background
background-color: #cdd5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 213, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 213, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd5fd; background: linear-gradient(135deg, #cdd5fd, #E5CDFD);