Lavender
#E2F9F7
CyanColor Codes
All color formats for development
HEX
#E2F9F7RGB
rgb(226, 249, 247)HSL
hsl(175, 66%, 93%)OKLCH
oklch(0.965 0.024 190.4)CMYK
cmyk(9%, 0%, 1%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1EC
2#93E9E2
3#6BE1D7
4#44D9CC
5#28C5B8
6#209D93
7#18766E
8#104F4A
9#082725
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#E3F8F6
2#E4F7F5
3#E5F5F4
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 | 9EEB #9EEBE5 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D7 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E948A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | 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: #9EEBE5;
--lavender-400: #6BE1D7;
--lavender-500: #41D8CB;
--lavender-600: #26BAAE;
--lavender-700: #1E948A;
--lavender-800: #166A63;
--lavender-900: #0E443F;
--lavender-950: #092A28;
}