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