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