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