Lavender
#E0FBF4
GreenColor Codes
All color formats for development
HEX
#E0FBF4RGB
rgb(224, 251, 244)HSL
hsl(164, 77%, 93%)OKLCH
oklch(0.967 0.03 178.4)CMYK
cmyk(11%, 0%, 3%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F5E4
2#8BF0D5
3#61EBC6
4#38E5B7
5#1BD2A1
6#16A881
7#107E61
8#0B5440
9#052A20
Tints
Lighter variations
1#E3FBF5
2#E6FCF6
3#E9FCF7
4#ECFDF8
5#EFFDF9
6#F2FDFA
7#F6FEFC
8#F9FEFD
9#FCFFFE
Tones
Muted variations
1#E1FAF3
2#E2F8F2
3#E4F7F2
4#E5F5F1
5#E6F4F0
6#E8F3F0
7#E9F1EF
8#EAF0EE
9#ECEFEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D9 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAC6 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094837 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFA;
--lavender-100: #DFFBF4;
--lavender-200: #C4F7EA;
--lavender-300: #97F2D9;
--lavender-400: #61EAC6;
--lavender-500: #34E5B5;
--lavender-600: #1AC799;
--lavender-700: #159E79;
--lavender-800: #0F7157;
--lavender-900: #094837;
--lavender-950: #062D23;
}