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