Lavender
#E0FAF1
GreenColor Codes
All color formats for development
HEX
#E0FAF1RGB
rgb(224, 250, 241)HSL
hsl(159, 72%, 93%)OKLCH
oklch(0.964 0.03 172.9)CMYK
cmyk(10%, 0%, 4%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8F3DE
2#8FEDCC
3#66E6B9
4#3DDFA7
5#21CC90
6#1BA373
7#147A57
8#0D523A
9#07291D
Tints
Lighter variations
1#E3FBF2
2#E6FBF4
3#EAFCF5
4#EDFCF7
5#F0FDF8
6#F3FDF9
7#F6FEFB
8#F9FEFC
9#FCFFFE
Tones
Muted variations
1#E2F9F1
2#E3F7F0
3#E4F6F0
4#E5F5EF
5#E7F4EF
6#E8F2EF
7#E9F1EE
8#EBF0EE
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD1 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6B9 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC188 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4632 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FDF9;
--lavender-100: #E0FAF1;
--lavender-200: #C6F6E5;
--lavender-300: #9AEFD1;
--lavender-400: #65E6B9;
--lavender-500: #3ADFA5;
--lavender-600: #1FC188;
--lavender-700: #199A6D;
--lavender-800: #126E4E;
--lavender-900: #0B4632;
--lavender-950: #072C1F;
}