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