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