Lavender
#E1F9F1
GreenColor Codes
All color formats for development
HEX
#E1F9F1RGB
rgb(225, 249, 241)HSL
hsl(160, 67%, 93%)OKLCH
oklch(0.962 0.027 173.7)CMYK
cmyk(10%, 0%, 3%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1DF
2#92E9CC
3#6AE2BA
4#43DAA7
5#27C691
6#1F9E74
7#177757
8#104F3A
9#08281D
Tints
Lighter variations
1#E4FAF3
2#E7FAF4
3#EAFBF5
4#EDFBF7
5#F0FCF8
6#F3FDF9
7#F6FDFB
8#F9FEFC
9#FCFEFE
Tones
Muted variations
1#E2F8F1
2#E4F7F0
3#E5F6F0
4#E6F4F0
5#E7F3EF
6#E8F2EF
7#EAF1EE
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 #E1F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECD1 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2BA | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9A6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D956D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4432 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FCF9;
--lavender-100: #E1F9F1;
--lavender-200: #C8F4E5;
--lavender-300: #9DECD1;
--lavender-400: #6AE2BA;
--lavender-500: #3FD9A6;
--lavender-600: #25BB89;
--lavender-700: #1D956D;
--lavender-800: #156A4E;
--lavender-900: #0D4432;
--lavender-950: #082B1F;
}