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