Lavender
#E2F8F1
GreenColor Codes
All color formats for development
HEX
#E2F8F1RGB
rgb(226, 248, 241)HSL
hsl(161, 61%, 93%)OKLCH
oklch(0.961 0.025 174.7)CMYK
cmyk(9%, 0%, 3%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEFDF
2#96E6CC
3#70DCBA
4#4AD3A7
5#2EBF91
6#259974
7#1C7357
8#124C3A
9#09261D
Tints
Lighter variations
1#E5F9F3
2#E8F9F4
3#EBFAF5
4#EEFBF7
5#F1FCF8
6#F4FCF9
7#F6FDFB
8#F9FEFC
9#FCFEFE
Tones
Muted variations
1#E3F7F1
2#E4F6F0
3#E6F5F0
4#E7F4F0
5#E8F3EF
6#E9F2EF
7#EAF0EE
8#EBEFEE
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBA | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB589 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104232 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCF9;
--lavender-100: #E2F8F1;
--lavender-200: #CAF2E5;
--lavender-300: #A1E8D1;
--lavender-400: #6FDCBA;
--lavender-500: #46D2A6;
--lavender-600: #2CB589;
--lavender-700: #23906D;
--lavender-800: #19674E;
--lavender-900: #104232;
--lavender-950: #0A291F;
}