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