Lavender
#E3F8F0
GreenColor Codes
All color formats for development
HEX
#E3F8F0RGB
rgb(227, 248, 240)HSL
hsl(157, 60%, 93%)OKLCH
oklch(0.962 0.024 171)CMYK
cmyk(8%, 0%, 3%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEEDB
2#97E5C7
3#71DBB2
4#4BD29E
5#2FBE87
6#26986C
7#1C7251
8#134C36
9#09261B
Tints
Lighter variations
1#E5F9F1
2#E8F9F3
3#EBFAF4
4#EEFBF6
5#F1FBF7
6#F4FCF9
7#F6FDFA
8#F9FEFC
9#FCFEFD
Tones
Muted variations
1#E4F7EF
2#E5F6EF
3#E6F5EF
4#E7F4EF
5#E8F3EE
6#E9F1EE
7#EAF0EE
8#EBEFEE
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CD | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBB2 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D19C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB480 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6649 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10412F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FCF8;
--lavender-100: #E2F8F0;
--lavender-200: #CAF2E2;
--lavender-300: #A1E8CD;
--lavender-400: #70DBB2;
--lavender-500: #47D19C;
--lavender-600: #2DB480;
--lavender-700: #248F66;
--lavender-800: #1A6649;
--lavender-900: #10412F;
--lavender-950: #0A291D;
}