#cdfdf9
a pale, electric cyan · cool · closest name: white
RGB
205, 253, 249
HSL
175°, 92%, 90%
CMYK
19, 0, 2, 1
Luminance
0.9007
Every format
| HEX | #cdfdf9 |
| RGB | rgb(205, 253, 249) |
| HSL | hsl(175, 92%, 90%) |
| CMYK | cmyk(19%, 0%, 2%, 1%) |
| LAB | lab(96.0 -16.0 -3.1) |
| LCH | lch(96.0 16.3 191.1) |
| OKLCH | oklch(0.960 0.049 190.1) |
Copy-ready code
/* CSS */
color: #cdfdf9;
background-color: #cdfdf9;
/* Tailwind (arbitrary) */
class="text-[#cdfdf9] bg-[#cdfdf9]"
/* SCSS */
$brand: #cdfdf9;
/* SwiftUI */
Color(red: 0.804, green: 0.992, blue: 0.976)
/* Android */
Color.parseColor("#cdfdf9")Accessibility — WCAG contrast
Aa
#cdfdf9 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfdf9 on black: 19.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.2%
Blue97.6%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow1.6%
Key (black)0.8%
Color previews
#cdfdf9 text on a black background
contrast 19.01:1
Card sample
#cdfdf9 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfdf9;
Background color
Panel with #cdfdf9 background
background-color: #cdfdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 253, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 253, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfdf9; background: linear-gradient(135deg, #cdfdf9, #CDE1FD);