Lavender
#E0FBF0
GreenColor Codes
All color formats for development
HEX
#E0FBF0RGB
rgb(224, 251, 240)HSL
hsl(156, 77%, 93%)OKLCH
oklch(0.966 0.032 169.2)CMYK
cmyk(11%, 0%, 4%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F5DC
2#8BF0C8
3#61EBB4
4#38E5A0
5#1BD289
6#16A86D
7#107E52
8#0B5437
9#052A1B
Tints
Lighter variations
1#E3FBF1
2#E6FCF3
3#E9FCF4
4#ECFDF6
5#EFFDF7
6#F2FDF9
7#F6FEFA
8#F9FEFC
9#FCFFFD
Tones
Muted variations
1#E1FAF0
2#E2F8EF
3#E4F7EF
4#E5F5EF
5#E6F4EF
6#E8F3EE
7#E9F1EE
8#EAF0EE
9#ECEFED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CD | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAB3 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E59E | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC781 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F714A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09482F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDF9;
--lavender-100: #DFFBF0;
--lavender-200: #C4F7E3;
--lavender-300: #97F2CD;
--lavender-400: #61EAB3;
--lavender-500: #34E59E;
--lavender-600: #1AC781;
--lavender-700: #159E67;
--lavender-800: #0F714A;
--lavender-900: #09482F;
--lavender-950: #062D1D;
}