#c5fcfd
a pale, electric cyan · cool · closest name: white
RGB
197, 252, 253
HSL
181°, 93%, 88%
CMYK
22, 0, 0, 1
Luminance
0.8858
Every format
| HEX | #c5fcfd |
| RGB | rgb(197, 252, 253) |
| HSL | hsl(181, 93%, 88%) |
| CMYK | cmyk(22%, 0%, 0%, 1%) |
| LAB | lab(95.4 -17.0 -6.2) |
| LCH | lch(95.4 18.1 199.9) |
| OKLCH | oklch(0.954 0.055 197.6) |
Copy-ready code
/* CSS */
color: #c5fcfd;
background-color: #c5fcfd;
/* Tailwind (arbitrary) */
class="text-[#c5fcfd] bg-[#c5fcfd]"
/* SCSS */
$brand: #c5fcfd;
/* SwiftUI */
Color(red: 0.773, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#c5fcfd")Accessibility — WCAG contrast
Aa
#c5fcfd on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5fcfd on black: 18.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green98.8%
Blue99.2%
CMYK percentages
Cyan22.1%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c5fcfd text on a black background
contrast 18.72:1
Card sample
#c5fcfd text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5fcfd;
Background color
Panel with #c5fcfd background
background-color: #c5fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5fcfd; background: linear-gradient(135deg, #c5fcfd, #C5D7FD);