#c7ecec
a pale, vivid cyan · cool · closest name: white
RGB
199, 236, 236
HSL
180°, 49%, 85%
CMYK
16, 0, 0, 8
Luminance
0.7819
Every format
| HEX | #c7ecec |
| RGB | rgb(199, 236, 236) |
| HSL | hsl(180, 49%, 85%) |
| CMYK | cmyk(16%, 0%, 0%, 8%) |
| LAB | lab(90.9 -11.9 -4.0) |
| LCH | lch(90.9 12.6 198.6) |
| OKLCH | oklch(0.917 0.038 196.5) |
Copy-ready code
/* CSS */
color: #c7ecec;
background-color: #c7ecec;
/* Tailwind (arbitrary) */
class="text-[#c7ecec] bg-[#c7ecec]"
/* SCSS */
$brand: #c7ecec;
/* SwiftUI */
Color(red: 0.780, green: 0.925, blue: 0.925)
/* Android */
Color.parseColor("#c7ecec")Accessibility — WCAG contrast
Aa
#c7ecec on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ecec on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green92.5%
Blue92.5%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow0.0%
Key (black)7.5%
Color previews
#c7ecec text on a black background
contrast 16.64:1
Card sample
#c7ecec text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ecec;
Background color
Panel with #c7ecec background
background-color: #c7ecec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ecec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 236, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 236, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ecec; background: linear-gradient(135deg, #c7ecec, #C7D3EC);