Lavender
#E3F8EB
GreenColor Codes
All color formats for development
HEX
#E3F8EBRGB
rgb(227, 248, 235)HSL
hsl(143, 60%, 93%)OKLCH
oklch(0.96 0.028 158.7)CMYK
cmyk(8%, 0%, 5%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEED0
2#97E5B5
3#71DB9A
4#4BD27F
5#2FBE66
6#269852
7#1C723D
8#134C29
9#092614
Tints
Lighter variations
1#E5F9ED
2#E8F9EF
3#EBFAF1
4#EEFBF3
5#F1FBF5
6#F4FCF7
7#F6FDF9
8#F9FEFB
9#FCFEFD
Tones
Muted variations
1#E4F7EB
2#E5F6EB
3#E6F5EB
4#E7F4EC
5#E8F3EC
6#E9F1EC
7#EAF0EC
8#EBEFED
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BC | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB99 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D17C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB460 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F4D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6637 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104123 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2916 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCF6;
--lavender-100: #E2F8EB;
--lavender-200: #CAF2D9;
--lavender-300: #A1E8BC;
--lavender-400: #70DB99;
--lavender-500: #47D17C;
--lavender-600: #2DB460;
--lavender-700: #248F4D;
--lavender-800: #1A6637;
--lavender-900: #104123;
--lavender-950: #0A2916;
}