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