Lavender
#E2F8EF
GreenColor Codes
All color formats for development
HEX
#E2F8EFRGB
rgb(226, 248, 239)HSL
hsl(155, 61%, 93%)OKLCH
oklch(0.961 0.026 169.3)CMYK
cmyk(9%, 0%, 4%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEFDA
2#96E6C4
3#70DCAF
4#4AD39A
5#2EBF83
6#259969
7#1C734E
8#124C34
9#09261A
Tints
Lighter variations
1#E5F9F1
2#E8F9F2
3#EBFAF4
4#EEFBF5
5#F1FCF7
6#F4FCF9
7#F6FDFA
8#F9FEFC
9#FCFEFD
Tones
Muted variations
1#E3F7EF
2#E4F6EF
3#E6F5EE
4#E7F4EE
5#E8F3EE
6#E9F2EE
7#EAF0EE
8#EBEFEE
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 #A1E8CA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCAF | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D298 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB57C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239062 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196746 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422D | 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: #A1E8CA;
--lavender-400: #6FDCAF;
--lavender-500: #46D298;
--lavender-600: #2CB57C;
--lavender-700: #239062;
--lavender-800: #196746;
--lavender-900: #10422D;
--lavender-950: #0A291C;
}