Lavender
#E2F8F0
GreenColor Codes
All color formats for development
HEX
#E2F8F0RGB
rgb(226, 248, 240)HSL
hsl(158, 61%, 93%)OKLCH
oklch(0.961 0.025 172)CMYK
cmyk(9%, 0%, 3%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEFDC
2#96E6C8
3#70DCB4
4#4AD3A1
5#2EBF8A
6#25996E
7#1C7353
8#124C37
9#09261C
Tints
Lighter variations
1#E5F9F2
2#E8F9F3
3#EBFAF5
4#EEFBF6
5#F1FCF8
6#F4FCF9
7#F6FDFB
8#F9FEFC
9#FCFEFE
Tones
Muted variations
1#E3F7F0
2#E4F6EF
3#E6F5EF
4#E7F4EF
5#E8F3EF
6#E9F2EE
7#EAF0EE
8#EBEFEE
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CE | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB4 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D29F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB582 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10422F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCF9;
--lavender-100: #E2F8F0;
--lavender-200: #CAF2E3;
--lavender-300: #A1E8CE;
--lavender-400: #6FDCB4;
--lavender-500: #46D29F;
--lavender-600: #2CB582;
--lavender-700: #239068;
--lavender-800: #19674A;
--lavender-900: #10422F;
--lavender-950: #0A291E;
}