#cdfefa
a pale, electric cyan · cool · closest name: white
RGB
205, 254, 250
HSL
175°, 96%, 90%
CMYK
19, 0, 2, 0
Luminance
0.9076
Every format
| HEX | #cdfefa |
| RGB | rgb(205, 254, 250) |
| HSL | hsl(175, 96%, 90%) |
| CMYK | cmyk(19%, 0%, 2%, 0%) |
| LAB | lab(96.3 -16.3 -3.2) |
| LCH | lch(96.3 16.6 191.2) |
| OKLCH | oklch(0.962 0.050 190.2) |
Copy-ready code
/* CSS */
color: #cdfefa;
background-color: #cdfefa;
/* Tailwind (arbitrary) */
class="text-[#cdfefa] bg-[#cdfefa]"
/* SCSS */
$brand: #cdfefa;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.980)
/* Android */
Color.parseColor("#cdfefa")Accessibility — WCAG contrast
Aa
#cdfefa on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfefa on black: 19.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue98.0%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow1.6%
Key (black)0.4%
Color previews
#cdfefa text on a black background
contrast 19.15:1
Card sample
#cdfefa text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfefa;
Background color
Panel with #cdfefa background
background-color: #cdfefa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfefa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfefa; background: linear-gradient(135deg, #cdfefa, #CDE1FE);