Lavender
#C7F4DC
GreenColor Codes
All color formats for development
HEX
#C7F4DCRGB
rgb(199, 244, 220)HSL
hsl(148, 67%, 87%)OKLCH
oklch(0.929 0.057 161.8)CMYK
cmyk(18%, 0%, 10%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3EDC5
2#7EE5AE
3#58DE97
4#33D780
5#25B96A
6#1D9455
7#166F40
8#0F4A2A
9#072515
Tints
Lighter variations
1#CDF5E0
2#D3F6E3
3#D8F7E7
4#DEF8EA
5#E3FAEE
6#E9FBF1
7#EEFCF5
8#F4FDF8
9#F9FEFC
Tones
Muted variations
1#CAF2DD
2#CCF0DD
3#CEEDDD
4#D1EBDD
5#D3E9DD
6#D5E7DD
7#D7E5DD
8#D9E2DE
9#DCE0DE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECC2 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2A2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD987 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9555 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A3D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4427 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FCF7;
--lavender-100: #E1F9EC;
--lavender-200: #C8F4DC;
--lavender-300: #9DECC2;
--lavender-400: #6AE2A2;
--lavender-500: #3FD987;
--lavender-600: #25BB6B;
--lavender-700: #1D9555;
--lavender-800: #156A3D;
--lavender-900: #0D4427;
--lavender-950: #082B18;
}