Lavender
#E1F9EE
GreenColor Codes
All color formats for development
HEX
#E1F9EERGB
rgb(225, 249, 238)HSL
hsl(153, 67%, 93%)OKLCH
oklch(0.962 0.029 166.5)CMYK
cmyk(10%, 0%, 4%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1D8
2#92E9C2
3#6AE2AC
4#43DA96
5#27C67F
6#1F9E65
7#17774C
8#104F33
9#082819
Tints
Lighter variations
1#E4FAF0
2#E7FAF2
3#EAFBF3
4#EDFBF5
5#F0FCF7
6#F3FDF8
7#F6FDFA
8#F9FEFC
9#FCFEFD
Tones
Muted variations
1#E2F8EE
2#E4F7EE
3#E5F6EE
4#E6F4EE
5#E7F3EE
6#E8F2EE
7#EAF1EE
8#EBF0ED
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECC8 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2AC | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD994 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB78 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D955F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D442C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FCF8;
--lavender-100: #E1F9EE;
--lavender-200: #C8F4E0;
--lavender-300: #9DECC8;
--lavender-400: #6AE2AC;
--lavender-500: #3FD994;
--lavender-600: #25BB78;
--lavender-700: #1D955F;
--lavender-800: #156A44;
--lavender-900: #0D442C;
--lavender-950: #082B1B;
}