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