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