Lavender
#E1F9F2
GreenColor Codes
All color formats for development
HEX
#E1F9F2RGB
rgb(225, 249, 242)HSL
hsl(162, 67%, 93%)OKLCH
oklch(0.963 0.027 176.4)CMYK
cmyk(10%, 0%, 3%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1E1
2#92E9CF
3#6AE2BE
4#43DAAC
5#27C696
6#1F9E78
7#17775A
8#104F3C
9#08281E
Tints
Lighter variations
1#E4FAF3
2#E7FAF5
3#EAFBF6
4#EDFBF7
5#F0FCF8
6#F3FDFA
7#F6FDFB
8#F9FEFC
9#FCFEFE
Tones
Muted variations
1#E2F8F1
2#E4F7F1
3#E5F6F0
4#E6F4F0
5#E7F3F0
6#E8F2EF
7#EAF1EF
8#EBF0EE
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECD4 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2BE | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9571 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4434 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FCF9;
--lavender-100: #E1F9F2;
--lavender-200: #C8F4E7;
--lavender-300: #9DECD4;
--lavender-400: #6AE2BE;
--lavender-500: #3FD9AB;
--lavender-600: #25BB8E;
--lavender-700: #1D9571;
--lavender-800: #156A51;
--lavender-900: #0D4434;
--lavender-950: #082B20;
}