Lavender
#E1F9F4
CyanColor Codes
All color formats for development
HEX
#E1F9F4RGB
rgb(225, 249, 244)HSL
hsl(168, 67%, 93%)OKLCH
oklch(0.963 0.026 181.9)CMYK
cmyk(10%, 0%, 2%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1E6
2#92E9D8
3#6AE2CA
4#43DABC
5#27C6A6
6#1F9E85
7#177764
8#104F42
9#082821
Tints
Lighter variations
1#E4FAF5
2#E7FAF6
3#EAFBF8
4#EDFBF9
5#F0FCFA
6#F3FDFB
7#F6FDFC
8#F9FEFD
9#FCFEFE
Tones
Muted variations
1#E2F8F4
2#E4F7F3
3#E5F6F2
4#E6F4F1
5#E7F3F1
6#E8F2F0
7#EAF1EF
8#EBF0EF
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECDC | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2CA | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D957D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4439 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FCFA;
--lavender-100: #E1F9F4;
--lavender-200: #C8F4EB;
--lavender-300: #9DECDC;
--lavender-400: #6AE2CA;
--lavender-500: #3FD9BA;
--lavender-600: #25BB9D;
--lavender-700: #1D957D;
--lavender-800: #156A59;
--lavender-900: #0D4439;
--lavender-950: #082B24;
}