#cdf3fe
a pale, electric cyan · cool · closest name: lavender
RGB
205, 243, 254
HSL
194°, 96%, 90%
CMYK
19, 4, 0, 0
Luminance
0.8424
Every format
| HEX | #cdf3fe |
| RGB | rgb(205, 243, 254) |
| HSL | hsl(194, 96%, 90%) |
| CMYK | cmyk(19%, 4%, 0%, 0%) |
| LAB | lab(93.5 -9.9 -9.4) |
| LCH | lch(93.5 13.7 223.3) |
| OKLCH | oklch(0.941 0.042 217.2) |
Copy-ready code
/* CSS */
color: #cdf3fe;
background-color: #cdf3fe;
/* Tailwind (arbitrary) */
class="text-[#cdf3fe] bg-[#cdf3fe]"
/* SCSS */
$brand: #cdf3fe;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.996)
/* Android */
Color.parseColor("#cdf3fe")Accessibility — WCAG contrast
Aa
#cdf3fe on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf3fe on black: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta4.3%
Yellow0.0%
Key (black)0.4%
Color previews
#cdf3fe text on a black background
contrast 17.85:1
Card sample
#cdf3fe text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf3fe;
Background color
Panel with #cdf3fe background
background-color: #cdf3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf3fe; background: linear-gradient(135deg, #cdf3fe, #CDD2FE);