Lavender
#E1F9F0
GreenColor Codes
All color formats for development
HEX
#E1F9F0RGB
rgb(225, 249, 240)HSL
hsl(158, 67%, 93%)OKLCH
oklch(0.962 0.028 171.2)CMYK
cmyk(10%, 0%, 4%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1DD
2#92E9C9
3#6AE2B6
4#43DAA2
5#27C68C
6#1F9E70
7#177754
8#104F38
9#08281C
Tints
Lighter variations
1#E4FAF2
2#E7FAF3
3#EAFBF5
4#EDFBF6
5#F0FCF8
6#F3FDF9
7#F6FDFB
8#F9FEFC
9#FCFEFE
Tones
Muted variations
1#E2F8F0
2#E4F7F0
3#E5F6EF
4#E6F4EF
5#E7F3EF
6#E8F2EE
7#EAF1EE
8#EBF0EE
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECCF | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2B6 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9569 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4430 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FCF9;
--lavender-100: #E1F9F0;
--lavender-200: #C8F4E4;
--lavender-300: #9DECCF;
--lavender-400: #6AE2B6;
--lavender-500: #3FD9A1;
--lavender-600: #25BB84;
--lavender-700: #1D9569;
--lavender-800: #156A4B;
--lavender-900: #0D4430;
--lavender-950: #082B1E;
}