Lavender
#E3F8EF
GreenColor Codes
All color formats for development
HEX
#E3F8EFRGB
rgb(227, 248, 239)HSL
hsl(154, 60%, 93%)OKLCH
oklch(0.961 0.025 168.2)CMYK
cmyk(8%, 0%, 4%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEED9
2#97E5C3
3#71DBAD
4#4BD297
5#2FBE80
6#269866
7#1C724D
8#134C33
9#09261A
Tints
Lighter variations
1#E5F9F0
2#E8F9F2
3#EBFAF4
4#EEFBF5
5#F1FBF7
6#F4FCF8
7#F6FDFA
8#F9FEFC
9#FCFEFD
Tones
Muted variations
1#E4F7EE
2#E5F6EE
3#E6F5EE
4#E7F4EE
5#E8F3EE
6#E9F1EE
7#EAF0EE
8#EBEFED
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C9 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBAD | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D195 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB479 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6645 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10412C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCF8;
--lavender-100: #E2F8EF;
--lavender-200: #CAF2E1;
--lavender-300: #A1E8C9;
--lavender-400: #70DBAD;
--lavender-500: #47D195;
--lavender-600: #2DB479;
--lavender-700: #248F60;
--lavender-800: #1A6645;
--lavender-900: #10412C;
--lavender-950: #0A291C;
}