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