Lavender
#E3F7EB
GreenColor Codes
All color formats for development
HEX
#E3F7EBRGB
rgb(227, 247, 235)HSL
hsl(144, 56%, 93%)OKLCH
oklch(0.958 0.026 159.6)CMYK
cmyk(8%, 0%, 5%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEEDD1
2#99E2B6
3#74D89C
4#4FCD82
5#34B969
6#2A9454
7#1F6F3F
8#154A2A
9#0A2515
Tints
Lighter variations
1#E6F8ED
2#E9F9EF
3#ECFAF1
4#EEFAF3
5#F1FBF5
6#F4FCF7
7#F7FDF9
8#F9FDFB
9#FCFEFD
Tones
Muted variations
1#E4F6EB
2#E5F5EC
3#E6F4EC
4#E7F3EC
5#E8F2EC
6#E9F1EC
7#EAF0ED
8#EBEFED
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BE | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D89C | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD7F | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF64 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B4F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6339 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124024 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2817 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCF6;
--lavender-100: #E3F7EB;
--lavender-200: #CBF0DA;
--lavender-300: #A4E5BE;
--lavender-400: #74D89C;
--lavender-500: #4CCD7F;
--lavender-600: #31AF64;
--lavender-700: #278B4F;
--lavender-800: #1C6339;
--lavender-900: #124024;
--lavender-950: #0B2817;
}