#cdfcf5
a pale, electric cyan · cool · closest name: ivory
RGB
205, 252, 245
HSL
171°, 89%, 90%
CMYK
19, 0, 3, 1
Luminance
0.8919
Every format
| HEX | #cdfcf5 |
| RGB | rgb(205, 252, 245) |
| HSL | hsl(171, 89%, 90%) |
| CMYK | cmyk(19%, 0%, 3%, 1%) |
| LAB | lab(95.7 -16.3 -1.6) |
| LCH | lch(95.7 16.4 185.6) |
| OKLCH | oklch(0.957 0.049 185.3) |
Copy-ready code
/* CSS */
color: #cdfcf5;
background-color: #cdfcf5;
/* Tailwind (arbitrary) */
class="text-[#cdfcf5] bg-[#cdfcf5]"
/* SCSS */
$brand: #cdfcf5;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.961)
/* Android */
Color.parseColor("#cdfcf5")Accessibility — WCAG contrast
Aa
#cdfcf5 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfcf5 on black: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue96.1%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow2.8%
Key (black)1.2%
Color previews
#cdfcf5 text on a black background
contrast 18.84:1
Card sample
#cdfcf5 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfcf5;
Background color
Panel with #cdfcf5 background
background-color: #cdfcf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfcf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfcf5; background: linear-gradient(135deg, #cdfcf5, #CDE4FC);