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