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