Lavender
#E0FBF3
GreenColor Codes
All color formats for development
HEX
#E0FBF3RGB
rgb(224, 251, 243)HSL
hsl(162, 77%, 93%)OKLCH
oklch(0.966 0.03 176)CMYK
cmyk(11%, 0%, 3%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5F5E2
2#8BF0D2
3#61EBC1
4#38E5B1
5#1BD29B
6#16A87C
7#107E5D
8#0B543E
9#052A1F
Tints
Lighter variations
1#E3FBF4
2#E6FCF5
3#E9FCF6
4#ECFDF8
5#EFFDF9
6#F2FDFA
7#F6FEFB
8#F9FEFD
9#FCFFFE
Tones
Muted variations
1#E1FAF2
2#E2F8F2
3#E4F7F1
4#E5F5F0
5#E6F4F0
6#E8F3EF
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 #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D6 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAC1 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC793 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7153 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094835 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1FDFA;
--lavender-100: #DFFBF3;
--lavender-200: #C4F7E8;
--lavender-300: #97F2D6;
--lavender-400: #61EAC1;
--lavender-500: #34E5B0;
--lavender-600: #1AC793;
--lavender-700: #159E75;
--lavender-800: #0F7153;
--lavender-900: #094835;
--lavender-950: #062D21;
}