Lavender
#E2F7F9
CyanColor Codes
All color formats for development
HEX
#E2F7F9RGB
rgb(226, 247, 249)HSL
hsl(185, 66%, 93%)OKLCH
oklch(0.961 0.022 203.7)CMYK
cmyk(9%, 1%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAECF1
2#93E2E9
3#6BD7E1
4#44CCD9
5#28B8C5
6#20939D
7#186E76
8#104A4F
9#082527
Tints
Lighter variations
1#E4F8FA
2#E7F9FA
3#EAF9FB
4#EDFAFB
5#F0FBFC
6#F3FCFD
7#F6FDFD
8#F9FDFE
9#FCFEFE
Tones
Muted variations
1#E3F6F8
2#E4F5F7
3#E5F4F5
4#E6F3F4
5#E7F2F3
6#E8F1F2
7#EAF0F1
8#EBEFF0
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F0 #C8F0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE5 #9EE5EB | BordersInactive statesPlaceholder text |
| 400 | 6BD7 #6BD7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41CB #41CBD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26AE #26AEBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E8A #1E8A94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1663 #16636A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3F #0E3F44 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FCFC;
--lavender-100: #E1F7F9;
--lavender-200: #C8F0F4;
--lavender-300: #9EE5EB;
--lavender-400: #6BD7E1;
--lavender-500: #41CBD8;
--lavender-600: #26AEBA;
--lavender-700: #1E8A94;
--lavender-800: #16636A;
--lavender-900: #0E3F44;
--lavender-950: #09282A;
}