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