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