#c5fcf4
a pale, electric cyan · cool · closest name: ivory
RGB
197, 252, 244
HSL
171°, 90%, 88%
CMYK
22, 0, 3, 1
Luminance
0.8802
Every format
| HEX | #c5fcf4 |
| RGB | rgb(197, 252, 244) |
| HSL | hsl(171, 90%, 88%) |
| CMYK | cmyk(22%, 0%, 3%, 1%) |
| LAB | lab(95.2 -18.9 -1.9) |
| LCH | lch(95.2 19.0 185.6) |
| OKLCH | oklch(0.951 0.057 185.3) |
Copy-ready code
/* CSS */
color: #c5fcf4;
background-color: #c5fcf4;
/* Tailwind (arbitrary) */
class="text-[#c5fcf4] bg-[#c5fcf4]"
/* SCSS */
$brand: #c5fcf4;
/* SwiftUI */
Color(red: 0.773, green: 0.988, blue: 0.957)
/* Android */
Color.parseColor("#c5fcf4")Accessibility — WCAG contrast
Aa
#c5fcf4 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5fcf4 on black: 18.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green98.8%
Blue95.7%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow3.2%
Key (black)1.2%
Color previews
#c5fcf4 text on a black background
contrast 18.60:1
Card sample
#c5fcf4 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5fcf4;
Background color
Panel with #c5fcf4 background
background-color: #c5fcf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5fcf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 252, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 252, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5fcf4; background: linear-gradient(135deg, #c5fcf4, #C5DFFC);