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