Lavender
#E2F8F2
GreenColor Codes
All color formats for development
HEX
#E2F8F2RGB
rgb(226, 248, 242)HSL
hsl(164, 61%, 93%)OKLCH
oklch(0.961 0.024 177.6)CMYK
cmyk(9%, 0%, 2%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEFE1
2#96E6D0
3#70DCBF
4#4AD3AE
5#2EBF98
6#25997A
7#1C735B
8#124C3D
9#09261E
Tints
Lighter variations
1#E5F9F4
2#E8F9F5
3#EBFAF6
4#EEFBF7
5#F1FCF9
6#F4FCFA
7#F6FDFB
8#F9FEFC
9#FCFEFE
Tones
Muted variations
1#E3F7F2
2#E4F6F1
3#E6F5F1
4#E7F4F0
5#E8F3F0
6#E9F2EF
7#EAF0EF
8#EBEFEE
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D5 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBF | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2AD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB590 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239073 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196752 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104234 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2921 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCFA;
--lavender-100: #E2F8F2;
--lavender-200: #CAF2E7;
--lavender-300: #A1E8D5;
--lavender-400: #6FDCBF;
--lavender-500: #46D2AD;
--lavender-600: #2CB590;
--lavender-700: #239073;
--lavender-800: #196752;
--lavender-900: #104234;
--lavender-950: #0A2921;
}