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