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