#cdf1fd
a pale, electric cyan · cool · closest name: lavender
RGB
205, 241, 253
HSL
195°, 92%, 90%
CMYK
19, 5, 0, 1
Luminance
0.8298
Every format
| HEX | #cdf1fd |
| RGB | rgb(205, 241, 253) |
| HSL | hsl(195, 92%, 90%) |
| CMYK | cmyk(19%, 5%, 0%, 1%) |
| LAB | lab(93.0 -9.1 -9.7) |
| LCH | lch(93.0 13.3 226.6) |
| OKLCH | oklch(0.936 0.041 219.9) |
Copy-ready code
/* CSS */
color: #cdf1fd;
background-color: #cdf1fd;
/* Tailwind (arbitrary) */
class="text-[#cdf1fd] bg-[#cdf1fd]"
/* SCSS */
$brand: #cdf1fd;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.992)
/* Android */
Color.parseColor("#cdf1fd")Accessibility — WCAG contrast
Aa
#cdf1fd on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf1fd on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta4.7%
Yellow0.0%
Key (black)0.8%
Color previews
#cdf1fd text on a black background
contrast 17.60:1
Card sample
#cdf1fd text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf1fd;
Background color
Panel with #cdf1fd background
background-color: #cdf1fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf1fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf1fd; background: linear-gradient(135deg, #cdf1fd, #CDD1FD);