#c6dbaf
a light, soft green · cool · closest name: beige
RGB
198, 219, 175
HSL
89°, 38%, 77%
CMYK
10, 0, 20, 14
Luminance
0.6576
Every format
| HEX | #c6dbaf |
| RGB | rgb(198, 219, 175) |
| HSL | hsl(89, 38%, 77%) |
| CMYK | cmyk(10%, 0%, 20%, 14%) |
| LAB | lab(84.9 -14.8 19.3) |
| LCH | lch(84.9 24.3 127.3) |
| OKLCH | oklch(0.864 0.063 128.4) |
Copy-ready code
/* CSS */
color: #c6dbaf;
background-color: #c6dbaf;
/* Tailwind (arbitrary) */
class="text-[#c6dbaf] bg-[#c6dbaf]"
/* SCSS */
$brand: #c6dbaf;
/* SwiftUI */
Color(red: 0.776, green: 0.859, blue: 0.686)
/* Android */
Color.parseColor("#c6dbaf")Accessibility — WCAG contrast
Aa
#c6dbaf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6dbaf on black: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green85.9%
Blue68.6%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow20.1%
Key (black)14.1%
Color previews
#c6dbaf text on a black background
contrast 14.15:1
Card sample
#c6dbaf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6dbaf;
Background color
Panel with #c6dbaf background
background-color: #c6dbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6dbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 219, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 219, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6dbaf; background: linear-gradient(135deg, #c6dbaf, #AFDBB5);