Lavender
#E1F9F7
CyanColor Codes
All color formats for development
HEX
#E1F9F7RGB
rgb(225, 249, 247)HSL
hsl(175, 67%, 93%)OKLCH
oklch(0.964 0.025 190.7)CMYK
cmyk(10%, 0%, 1%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1ED
2#92E9E2
3#6AE2D8
4#43DACD
5#27C6B9
6#1F9E94
7#17776F
8#104F4A
9#082825
Tints
Lighter variations
1#E4FAF8
2#E7FAF9
3#EAFBF9
4#EDFBFA
5#F0FCFB
6#F3FDFC
7#F6FDFD
8#F9FEFD
9#FCFEFE
Tones
Muted variations
1#E2F8F6
2#E4F7F5
3#E5F6F4
4#E6F4F3
5#E7F3F2
6#E8F2F1
7#EAF1F0
8#EBF0EF
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE5 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2D8 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D958B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4440 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FCFC;
--lavender-100: #E1F9F7;
--lavender-200: #C8F4F0;
--lavender-300: #9DECE5;
--lavender-400: #6AE2D8;
--lavender-500: #3FD9CC;
--lavender-600: #25BBAF;
--lavender-700: #1D958B;
--lavender-800: #156A63;
--lavender-900: #0D4440;
--lavender-950: #082B28;
}