#cdfafe
a pale, electric cyan · cool · closest name: white
RGB
205, 250, 254
HSL
185°, 96%, 90%
CMYK
19, 2, 0, 0
Luminance
0.8851
Every format
| HEX | #cdfafe |
| RGB | rgb(205, 250, 254) |
| HSL | hsl(185, 96%, 90%) |
| CMYK | cmyk(19%, 2%, 0%, 0%) |
| LAB | lab(95.4 -13.4 -6.7) |
| LCH | lch(95.4 15.0 206.4) |
| OKLCH | oklch(0.955 0.046 203.1) |
Copy-ready code
/* CSS */
color: #cdfafe;
background-color: #cdfafe;
/* Tailwind (arbitrary) */
class="text-[#cdfafe] bg-[#cdfafe]"
/* SCSS */
$brand: #cdfafe;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.996)
/* Android */
Color.parseColor("#cdfafe")Accessibility — WCAG contrast
Aa
#cdfafe on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfafe on black: 18.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta1.6%
Yellow0.0%
Key (black)0.4%
Color previews
#cdfafe text on a black background
contrast 18.70:1
Card sample
#cdfafe text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfafe;
Background color
Panel with #cdfafe background
background-color: #cdfafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfafe; background: linear-gradient(135deg, #cdfafe, #CDD9FE);