Lavender
#E0FAF2
GreenColor Codes
All color formats for development
HEX
#E0FAF2RGB
rgb(224, 250, 242)HSL
hsl(162, 72%, 93%)OKLCH
oklch(0.964 0.029 175.3)CMYK
cmyk(10%, 0%, 3%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8F3E1
2#8FEDD1
3#66E6C0
4#3DDFAF
5#21CC99
6#1BA37A
7#147A5C
8#0D523D
9#07291F
Tints
Lighter variations
1#E3FBF4
2#E6FBF5
3#EAFCF6
4#EDFCF7
5#F0FDF9
6#F3FDFA
7#F6FEFB
8#F9FEFC
9#FCFFFE
Tones
Muted variations
1#E2F9F2
2#E3F7F1
3#E4F6F1
4#E5F5F0
5#E7F4F0
6#E8F2EF
7#E9F1EF
8#EBF0EE
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD5 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6BF | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFAD | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC191 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4635 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FDFA;
--lavender-100: #E0FAF2;
--lavender-200: #C6F6E7;
--lavender-300: #9AEFD5;
--lavender-400: #65E6BF;
--lavender-500: #3ADFAD;
--lavender-600: #1FC191;
--lavender-700: #199A73;
--lavender-800: #126E52;
--lavender-900: #0B4635;
--lavender-950: #072C21;
}