#cdfafd
a pale, electric cyan · cool · closest name: white
RGB
205, 250, 253
HSL
184°, 92%, 90%
CMYK
19, 1, 0, 1
Luminance
0.8844
Every format
| HEX | #cdfafd |
| RGB | rgb(205, 250, 253) |
| HSL | hsl(184, 92%, 90%) |
| CMYK | cmyk(19%, 1%, 0%, 1%) |
| LAB | lab(95.3 -13.7 -6.2) |
| LCH | lch(95.3 15.0 204.4) |
| OKLCH | oklch(0.955 0.046 201.4) |
Copy-ready code
/* CSS */
color: #cdfafd;
background-color: #cdfafd;
/* Tailwind (arbitrary) */
class="text-[#cdfafd] bg-[#cdfafd]"
/* SCSS */
$brand: #cdfafd;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#cdfafd")Accessibility — WCAG contrast
Aa
#cdfafd on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfafd on black: 18.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta1.2%
Yellow0.0%
Key (black)0.8%
Color previews
#cdfafd text on a black background
contrast 18.69:1
Card sample
#cdfafd text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfafd;
Background color
Panel with #cdfafd background
background-color: #cdfafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfafd; background: linear-gradient(135deg, #cdfafd, #CDDAFD);