Lavender
#E1F9EC
GreenColor Codes
All color formats for development
HEX
#E1F9ECRGB
rgb(225, 249, 236)HSL
hsl(148, 67%, 93%)OKLCH
oklch(0.961 0.03 162.2)CMYK
cmyk(10%, 0%, 5%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1D4
2#92E9BB
3#6AE2A2
4#43DA89
5#27C671
6#1F9E5B
7#177744
8#104F2D
9#082817
Tints
Lighter variations
1#E4FAEE
2#E7FAF0
3#EAFBF2
4#EDFBF4
5#F0FCF6
6#F3FDF8
7#F6FDF9
8#F9FEFB
9#FCFEFD
Tones
Muted variations
1#E2F8EC
2#E4F7ED
3#E5F6ED
4#E6F4ED
5#E7F3ED
6#E8F2ED
7#EAF1ED
8#EBF0ED
9#ECEEED
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;
}