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