#c6ebdf
a light, vivid cyan · cool · closest name: beige
RGB
198, 235, 223
HSL
161°, 48%, 85%
CMYK
16, 0, 5, 8
Luminance
0.7675
Every format
| HEX | #c6ebdf |
| RGB | rgb(198, 235, 223) |
| HSL | hsl(161, 48%, 85%) |
| CMYK | cmyk(16%, 0%, 5%, 8%) |
| LAB | lab(90.2 -14.3 1.8) |
| LCH | lch(90.2 14.4 172.8) |
| OKLCH | oklch(0.910 0.042 173.7) |
Copy-ready code
/* CSS */
color: #c6ebdf;
background-color: #c6ebdf;
/* Tailwind (arbitrary) */
class="text-[#c6ebdf] bg-[#c6ebdf]"
/* SCSS */
$brand: #c6ebdf;
/* SwiftUI */
Color(red: 0.776, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#c6ebdf")Accessibility — WCAG contrast
Aa
#c6ebdf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ebdf on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green92.2%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#c6ebdf text on a black background
contrast 16.35:1
Card sample
#c6ebdf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ebdf;
Background color
Panel with #c6ebdf background
background-color: #c6ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ebdf; background: linear-gradient(135deg, #c6ebdf, #C6DEEB);