#c6eccf
a pale, vivid green · cool · closest name: beige
RGB
198, 236, 207
HSL
134°, 50%, 85%
CMYK
16, 0, 12, 8
Luminance
0.7650
Every format
| HEX | #c6eccf |
| RGB | rgb(198, 236, 207) |
| HSL | hsl(134, 50%, 85%) |
| CMYK | cmyk(16%, 0%, 12%, 8%) |
| LAB | lab(90.1 -17.8 10.0) |
| LCH | lch(90.1 20.4 150.7) |
| OKLCH | oklch(0.908 0.056 152.3) |
Copy-ready code
/* CSS */
color: #c6eccf;
background-color: #c6eccf;
/* Tailwind (arbitrary) */
class="text-[#c6eccf] bg-[#c6eccf]"
/* SCSS */
$brand: #c6eccf;
/* SwiftUI */
Color(red: 0.776, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#c6eccf")Accessibility — WCAG contrast
Aa
#c6eccf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6eccf on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green92.5%
Blue81.2%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#c6eccf text on a black background
contrast 16.30:1
Card sample
#c6eccf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6eccf;
Background color
Panel with #c6eccf background
background-color: #c6eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6eccf; background: linear-gradient(135deg, #c6eccf, #C6ECE8);