#c6ebda
a light, vivid green · cool · closest name: beige
RGB
198, 235, 218
HSL
152°, 48%, 85%
CMYK
16, 0, 7, 8
Luminance
0.7648
Every format
| HEX | #c6ebda |
| RGB | rgb(198, 235, 218) |
| HSL | hsl(152, 48%, 85%) |
| CMYK | cmyk(16%, 0%, 7%, 8%) |
| LAB | lab(90.1 -15.3 4.2) |
| LCH | lch(90.1 15.9 164.5) |
| OKLCH | oklch(0.909 0.045 165.9) |
Copy-ready code
/* CSS */
color: #c6ebda;
background-color: #c6ebda;
/* Tailwind (arbitrary) */
class="text-[#c6ebda] bg-[#c6ebda]"
/* SCSS */
$brand: #c6ebda;
/* SwiftUI */
Color(red: 0.776, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#c6ebda")Accessibility — WCAG contrast
Aa
#c6ebda on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ebda on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green92.2%
Blue85.5%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#c6ebda text on a black background
contrast 16.30:1
Card sample
#c6ebda text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ebda;
Background color
Panel with #c6ebda background
background-color: #c6ebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ebda; background: linear-gradient(135deg, #c6ebda, #C6E3EB);