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