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