#cdf8fe
a pale, electric cyan · cool · closest name: white
RGB
205, 248, 254
HSL
187°, 96%, 90%
CMYK
19, 2, 0, 0
Luminance
0.8727
Every format
| HEX | #cdf8fe |
| RGB | rgb(205, 248, 254) |
| HSL | hsl(187, 96%, 90%) |
| CMYK | cmyk(19%, 2%, 0%, 0%) |
| LAB | lab(94.8 -12.4 -7.4) |
| LCH | lch(94.8 14.5 210.9) |
| OKLCH | oklch(0.951 0.045 206.8) |
Copy-ready code
/* CSS */
color: #cdf8fe;
background-color: #cdf8fe;
/* Tailwind (arbitrary) */
class="text-[#cdf8fe] bg-[#cdf8fe]"
/* SCSS */
$brand: #cdf8fe;
/* SwiftUI */
Color(red: 0.804, green: 0.973, blue: 0.996)
/* Android */
Color.parseColor("#cdf8fe")Accessibility — WCAG contrast
Aa
#cdf8fe on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf8fe on black: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.3%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta2.4%
Yellow0.0%
Key (black)0.4%
Color previews
#cdf8fe text on a black background
contrast 18.45:1
Card sample
#cdf8fe text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf8fe;
Background color
Panel with #cdf8fe background
background-color: #cdf8fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf8fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 248, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 248, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf8fe; background: linear-gradient(135deg, #cdf8fe, #CDD7FE);