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