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