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