Lavender
#E1F9EB
GreenColor Codes
All color formats for development
HEX
#E1F9EBRGB
rgb(225, 249, 235)HSL
hsl(145, 67%, 93%)OKLCH
oklch(0.961 0.031 160.2)CMYK
cmyk(10%, 0%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1D1
2#92E9B6
3#6AE29C
4#43DA82
5#27C669
6#1F9E54
7#17773F
8#104F2A
9#082815
Tints
Lighter variations
1#E4FAED
2#E7FAEF
3#EAFBF1
4#EDFBF3
5#F0FCF5
6#F3FDF7
7#F6FDF9
8#F9FEFB
9#FCFEFD
Tones
Muted variations
1#E2F8EB
2#E4F7EC
3#E5F6EC
4#E6F4EC
5#E7F3EC
6#E8F2EC
7#EAF1ED
8#EBF0ED
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECBE | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE29C | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD97F | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB64 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D954F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4424 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B17 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FCF6;
--lavender-100: #E1F9EB;
--lavender-200: #C8F4DA;
--lavender-300: #9DECBE;
--lavender-400: #6AE29C;
--lavender-500: #3FD97F;
--lavender-600: #25BB64;
--lavender-700: #1D954F;
--lavender-800: #156A39;
--lavender-900: #0D4424;
--lavender-950: #082B17;
}