Lavender
#E3F8F1
GreenColor Codes
All color formats for development
HEX
#E3F8F1RGB
rgb(227, 248, 241)HSL
hsl(160, 60%, 93%)OKLCH
oklch(0.962 0.024 173.8)CMYK
cmyk(8%, 0%, 3%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEEDE
2#97E5CB
3#71DBB8
4#4BD2A5
5#2FBE8E
6#269872
7#1C7255
8#134C39
9#09261C
Tints
Lighter variations
1#E5F9F2
2#E8F9F4
3#EBFAF5
4#EEFBF6
5#F1FBF8
6#F4FCF9
7#F6FDFB
8#F9FEFC
9#FCFEFE
Tones
Muted variations
1#E4F7F0
2#E5F6F0
3#E6F5F0
4#E7F4EF
5#E8F3EF
6#E9F1EF
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 #CAF2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D0 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBB8 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB487 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A664C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104131 | 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: #CAF2E4;
--lavender-300: #A1E8D0;
--lavender-400: #70DBB8;
--lavender-500: #47D1A3;
--lavender-600: #2DB487;
--lavender-700: #248F6B;
--lavender-800: #1A664C;
--lavender-900: #104131;
--lavender-950: #0A291F;
}