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