#cdfffd
a pale, electric cyan · cool · closest name: white
RGB
205, 255, 253
HSL
178°, 100%, 90%
CMYK
20, 0, 1, 0
Luminance
0.9159
Every format
| HEX | #cdfffd |
| RGB | rgb(205, 255, 253) |
| HSL | hsl(178, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 1%, 0%) |
| LAB | lab(96.7 -16.1 -4.3) |
| LCH | lch(96.7 16.7 194.8) |
| OKLCH | oklch(0.965 0.051 193.3) |
Copy-ready code
/* CSS */
color: #cdfffd;
background-color: #cdfffd;
/* Tailwind (arbitrary) */
class="text-[#cdfffd] bg-[#cdfffd]"
/* SCSS */
$brand: #cdfffd;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.992)
/* Android */
Color.parseColor("#cdfffd")Accessibility — WCAG contrast
Aa
#cdfffd on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfffd on black: 19.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue99.2%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow0.8%
Key (black)0.0%
Color previews
#cdfffd text on a black background
contrast 19.32:1
Card sample
#cdfffd text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfffd;
Background color
Panel with #cdfffd background
background-color: #cdfffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfffd; background: linear-gradient(135deg, #cdfffd, #CDE0FF);