#cdf8fd
a pale, electric cyan · cool · closest name: white
RGB
205, 248, 253
HSL
186°, 92%, 90%
CMYK
19, 2, 0, 1
Luminance
0.8721
Every format
| HEX | #cdf8fd |
| RGB | rgb(205, 248, 253) |
| HSL | hsl(186, 92%, 90%) |
| CMYK | cmyk(19%, 2%, 0%, 1%) |
| LAB | lab(94.8 -12.7 -7.0) |
| LCH | lch(94.8 14.4 208.8) |
| OKLCH | oklch(0.951 0.045 205.1) |
Copy-ready code
/* CSS */
color: #cdf8fd;
background-color: #cdf8fd;
/* Tailwind (arbitrary) */
class="text-[#cdf8fd] bg-[#cdf8fd]"
/* SCSS */
$brand: #cdf8fd;
/* SwiftUI */
Color(red: 0.804, green: 0.973, blue: 0.992)
/* Android */
Color.parseColor("#cdf8fd")Accessibility — WCAG contrast
Aa
#cdf8fd on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf8fd on black: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.3%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta2.0%
Yellow0.0%
Key (black)0.8%
Color previews
#cdf8fd text on a black background
contrast 18.44:1
Card sample
#cdf8fd text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf8fd;
Background color
Panel with #cdf8fd background
background-color: #cdf8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 248, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 248, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf8fd; background: linear-gradient(135deg, #cdf8fd, #CDD8FD);