Lavender
#E3F8EC
GreenColor Codes
All color formats for development
HEX
#E3F8ECRGB
rgb(227, 248, 236)HSL
hsl(146, 60%, 93%)OKLCH
oklch(0.96 0.027 160.9)CMYK
cmyk(8%, 0%, 5%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEED2
2#97E5B8
3#71DB9F
4#4BD285
5#2FBE6D
6#269857
7#1C7241
8#134C2C
9#092616
Tints
Lighter variations
1#E5F9EE
2#E8F9F0
3#EBFAF2
4#EEFBF3
5#F1FBF5
6#F4FCF7
7#F6FDF9
8#F9FEFB
9#FCFEFD
Tones
Muted variations
1#E4F7EC
2#E5F6EC
3#E6F5EC
4#E7F4EC
5#E8F3EC
6#E9F1ED
7#EAF0ED
8#EBEFED
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C0 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB9F | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D183 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB467 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A663B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104126 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2917 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCF7;
--lavender-100: #E2F8EC;
--lavender-200: #CAF2DB;
--lavender-300: #A1E8C0;
--lavender-400: #70DB9F;
--lavender-500: #47D183;
--lavender-600: #2DB467;
--lavender-700: #248F52;
--lavender-800: #1A663B;
--lavender-900: #104126;
--lavender-950: #0A2917;
}