#c8dbaf
a light, soft green · cool · closest name: beige
RGB
200, 219, 175
HSL
86°, 38%, 77%
CMYK
9, 0, 20, 14
Luminance
0.6604
Every format
| HEX | #c8dbaf |
| RGB | rgb(200, 219, 175) |
| HSL | hsl(86, 38%, 77%) |
| CMYK | cmyk(9%, 0%, 20%, 14%) |
| LAB | lab(85.0 -14.0 19.6) |
| LCH | lch(85.0 24.1 125.7) |
| OKLCH | oklch(0.866 0.062 126.7) |
Copy-ready code
/* CSS */
color: #c8dbaf;
background-color: #c8dbaf;
/* Tailwind (arbitrary) */
class="text-[#c8dbaf] bg-[#c8dbaf]"
/* SCSS */
$brand: #c8dbaf;
/* SwiftUI */
Color(red: 0.784, green: 0.859, blue: 0.686)
/* Android */
Color.parseColor("#c8dbaf")Accessibility — WCAG contrast
Aa
#c8dbaf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8dbaf on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green85.9%
Blue68.6%
CMYK percentages
Cyan8.7%
Magenta0.0%
Yellow20.1%
Key (black)14.1%
Color previews
#c8dbaf text on a black background
contrast 14.21:1
Card sample
#c8dbaf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8dbaf;
Background color
Panel with #c8dbaf background
background-color: #c8dbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8dbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 219, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 219, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8dbaf; background: linear-gradient(135deg, #c8dbaf, #AFDBB3);