#cdfcff
a pale, electric cyan · cool · closest name: white
RGB
205, 252, 255
HSL
184°, 100%, 90%
CMYK
20, 1, 0, 0
Luminance
0.8982
Every format
| HEX | #cdfcff |
| RGB | rgb(205, 252, 255) |
| HSL | hsl(184, 100%, 90%) |
| CMYK | cmyk(20%, 1%, 0%, 0%) |
| LAB | lab(95.9 -14.2 -6.4) |
| LCH | lch(95.9 15.6 204.1) |
| OKLCH | oklch(0.959 0.048 201.2) |
Copy-ready code
/* CSS */
color: #cdfcff;
background-color: #cdfcff;
/* Tailwind (arbitrary) */
class="text-[#cdfcff] bg-[#cdfcff]"
/* SCSS */
$brand: #cdfcff;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#cdfcff")Accessibility — WCAG contrast
Aa
#cdfcff on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfcff on black: 18.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#cdfcff text on a black background
contrast 18.96:1
Card sample
#cdfcff text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfcff;
Background color
Panel with #cdfcff background
background-color: #cdfcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfcff; background: linear-gradient(135deg, #cdfcff, #CDDBFF);