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