#c7dfbc
a light, soft green · cool · closest name: beige
RGB
199, 223, 188
HSL
101°, 35%, 81%
CMYK
11, 0, 16, 13
Luminance
0.6855
Every format
| HEX | #c7dfbc |
| RGB | rgb(199, 223, 188) |
| HSL | hsl(101, 35%, 81%) |
| CMYK | cmyk(11%, 0%, 16%, 13%) |
| LAB | lab(86.3 -14.3 14.5) |
| LCH | lch(86.3 20.4 134.6) |
| OKLCH | oklch(0.876 0.054 135.8) |
Copy-ready code
/* CSS */
color: #c7dfbc;
background-color: #c7dfbc;
/* Tailwind (arbitrary) */
class="text-[#c7dfbc] bg-[#c7dfbc]"
/* SCSS */
$brand: #c7dfbc;
/* SwiftUI */
Color(red: 0.780, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#c7dfbc")Accessibility — WCAG contrast
Aa
#c7dfbc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7dfbc on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green87.5%
Blue73.7%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#c7dfbc text on a black background
contrast 14.71:1
Card sample
#c7dfbc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7dfbc;
Background color
Panel with #c7dfbc background
background-color: #c7dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7dfbc; background: linear-gradient(135deg, #c7dfbc, #BCDFC8);