#c6eade
a light, vivid cyan · cool · closest name: beige
RGB
198, 234, 222
HSL
160°, 46%, 85%
CMYK
15, 0, 5, 8
Luminance
0.7613
Every format
| HEX | #c6eade |
| RGB | rgb(198, 234, 222) |
| HSL | hsl(160, 46%, 85%) |
| CMYK | cmyk(15%, 0%, 5%, 8%) |
| LAB | lab(89.9 -14.0 1.9) |
| LCH | lch(89.9 14.1 172.2) |
| OKLCH | oklch(0.908 0.041 173.2) |
Copy-ready code
/* CSS */
color: #c6eade;
background-color: #c6eade;
/* Tailwind (arbitrary) */
class="text-[#c6eade] bg-[#c6eade]"
/* SCSS */
$brand: #c6eade;
/* SwiftUI */
Color(red: 0.776, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#c6eade")Accessibility — WCAG contrast
Aa
#c6eade on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6eade on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green91.8%
Blue87.1%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#c6eade text on a black background
contrast 16.23:1
Card sample
#c6eade text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6eade;
Background color
Panel with #c6eade background
background-color: #c6eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6eade; background: linear-gradient(135deg, #c6eade, #C6DEEA);