#c6e9da
a light, soft green · cool · closest name: beige
RGB
198, 233, 218
HSL
154°, 44%, 85%
CMYK
15, 0, 6, 9
Luminance
0.7535
Every format
| HEX | #c6e9da |
| RGB | rgb(198, 233, 218) |
| HSL | hsl(154, 44%, 85%) |
| CMYK | cmyk(15%, 0%, 6%, 9%) |
| LAB | lab(89.5 -14.3 3.5) |
| LCH | lch(89.5 14.7 166.3) |
| OKLCH | oklch(0.905 0.042 167.6) |
Copy-ready code
/* CSS */
color: #c6e9da;
background-color: #c6e9da;
/* Tailwind (arbitrary) */
class="text-[#c6e9da] bg-[#c6e9da]"
/* SCSS */
$brand: #c6e9da;
/* SwiftUI */
Color(red: 0.776, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#c6e9da")Accessibility — WCAG contrast
Aa
#c6e9da on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6e9da on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green91.4%
Blue85.5%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow6.4%
Key (black)8.6%
Color previews
#c6e9da text on a black background
contrast 16.07:1
Card sample
#c6e9da text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6e9da;
Background color
Panel with #c6e9da background
background-color: #c6e9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6e9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6e9da; background: linear-gradient(135deg, #c6e9da, #C6E1E9);