#c6dfbf
a light, soft green · cool · closest name: beige
RGB
198, 223, 191
HSL
107°, 33%, 81%
CMYK
11, 0, 14, 13
Luminance
0.6854
Every format
| HEX | #c6dfbf |
| RGB | rgb(198, 223, 191) |
| HSL | hsl(107, 33%, 81%) |
| CMYK | cmyk(11%, 0%, 14%, 13%) |
| LAB | lab(86.3 -14.1 12.9) |
| LCH | lch(86.3 19.1 137.6) |
| OKLCH | oklch(0.877 0.051 138.9) |
Copy-ready code
/* CSS */
color: #c6dfbf;
background-color: #c6dfbf;
/* Tailwind (arbitrary) */
class="text-[#c6dfbf] bg-[#c6dfbf]"
/* SCSS */
$brand: #c6dfbf;
/* SwiftUI */
Color(red: 0.776, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#c6dfbf")Accessibility — WCAG contrast
Aa
#c6dfbf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6dfbf on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green87.5%
Blue74.9%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#c6dfbf text on a black background
contrast 14.71:1
Card sample
#c6dfbf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6dfbf;
Background color
Panel with #c6dfbf background
background-color: #c6dfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6dfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6dfbf; background: linear-gradient(135deg, #c6dfbf, #BFDFCD);