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