#cdfdf1
a pale, electric cyan · cool · closest name: ivory
RGB
205, 253, 241
HSL
165°, 92%, 90%
CMYK
19, 0, 5, 1
Luminance
0.8958
Every format
| HEX | #cdfdf1 |
| RGB | rgb(205, 253, 241) |
| HSL | hsl(165, 92%, 90%) |
| CMYK | cmyk(19%, 0%, 5%, 1%) |
| LAB | lab(95.8 -17.6 0.7) |
| LCH | lch(95.8 17.6 177.7) |
| OKLCH | oklch(0.958 0.051 178.2) |
Copy-ready code
/* CSS */
color: #cdfdf1;
background-color: #cdfdf1;
/* Tailwind (arbitrary) */
class="text-[#cdfdf1] bg-[#cdfdf1]"
/* SCSS */
$brand: #cdfdf1;
/* SwiftUI */
Color(red: 0.804, green: 0.992, blue: 0.945)
/* Android */
Color.parseColor("#cdfdf1")Accessibility — WCAG contrast
Aa
#cdfdf1 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfdf1 on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.2%
Blue94.5%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow4.7%
Key (black)0.8%
Color previews
#cdfdf1 text on a black background
contrast 18.92:1
Card sample
#cdfdf1 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfdf1;
Background color
Panel with #cdfdf1 background
background-color: #cdfdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 253, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 253, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfdf1; background: linear-gradient(135deg, #cdfdf1, #CDE9FD);