#c2fcf0
a pale, electric cyan · cool · closest name: ivory
RGB
194, 252, 240
HSL
168°, 91%, 88%
CMYK
23, 0, 5, 1
Luminance
0.8738
Every format
| HEX | #c2fcf0 |
| RGB | rgb(194, 252, 240) |
| HSL | hsl(168, 91%, 88%) |
| CMYK | cmyk(23%, 0%, 5%, 1%) |
| LAB | lab(94.9 -20.6 -0.2) |
| LCH | lch(94.9 20.6 180.6) |
| OKLCH | oklch(0.948 0.061 180.8) |
Copy-ready code
/* CSS */
color: #c2fcf0;
background-color: #c2fcf0;
/* Tailwind (arbitrary) */
class="text-[#c2fcf0] bg-[#c2fcf0]"
/* SCSS */
$brand: #c2fcf0;
/* SwiftUI */
Color(red: 0.761, green: 0.988, blue: 0.941)
/* Android */
Color.parseColor("#c2fcf0")Accessibility — WCAG contrast
Aa
#c2fcf0 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2fcf0 on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green98.8%
Blue94.1%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow4.8%
Key (black)1.2%
Color previews
#c2fcf0 text on a black background
contrast 18.48:1
Card sample
#c2fcf0 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2fcf0;
Background color
Panel with #c2fcf0 background
background-color: #c2fcf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2fcf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 252, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 252, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2fcf0; background: linear-gradient(135deg, #c2fcf0, #C2E1FC);