#cdfffc
a pale, electric cyan · cool · closest name: white
RGB
205, 255, 252
HSL
176°, 100%, 90%
CMYK
20, 0, 1, 0
Luminance
0.9153
Every format
| HEX | #cdfffc |
| RGB | rgb(205, 255, 252) |
| HSL | hsl(176, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 1%, 0%) |
| LAB | lab(96.6 -16.3 -3.8) |
| LCH | lch(96.6 16.8 193.1) |
| OKLCH | oklch(0.965 0.051 191.8) |
Copy-ready code
/* CSS */
color: #cdfffc;
background-color: #cdfffc;
/* Tailwind (arbitrary) */
class="text-[#cdfffc] bg-[#cdfffc]"
/* SCSS */
$brand: #cdfffc;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.988)
/* Android */
Color.parseColor("#cdfffc")Accessibility — WCAG contrast
Aa
#cdfffc on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfffc on black: 19.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue98.8%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow1.2%
Key (black)0.0%
Color previews
#cdfffc text on a black background
contrast 19.31:1
Card sample
#cdfffc text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfffc;
Background color
Panel with #cdfffc background
background-color: #cdfffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfffc; background: linear-gradient(135deg, #cdfffc, #CDE1FF);