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