#cdf4ff
a pale, electric cyan · cool · closest name: lavender
RGB
205, 244, 255
HSL
193°, 100%, 90%
CMYK
20, 4, 0, 0
Luminance
0.8490
Every format
| HEX | #cdf4ff |
| RGB | rgb(205, 244, 255) |
| HSL | hsl(193, 100%, 90%) |
| CMYK | cmyk(20%, 4%, 0%, 0%) |
| LAB | lab(93.8 -10.2 -9.5) |
| LCH | lch(93.8 13.9 222.8) |
| OKLCH | oklch(0.943 0.043 216.7) |
Copy-ready code
/* CSS */
color: #cdf4ff;
background-color: #cdf4ff;
/* Tailwind (arbitrary) */
class="text-[#cdf4ff] bg-[#cdf4ff]"
/* SCSS */
$brand: #cdf4ff;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 1.000)
/* Android */
Color.parseColor("#cdf4ff")Accessibility — WCAG contrast
Aa
#cdf4ff on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf4ff on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta4.3%
Yellow0.0%
Key (black)0.0%
Color previews
#cdf4ff text on a black background
contrast 17.98:1
Card sample
#cdf4ff text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf4ff;
Background color
Panel with #cdf4ff background
background-color: #cdf4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf4ff; background: linear-gradient(135deg, #cdf4ff, #CDD3FF);