Lavender
#E2F8F9
CyanColor Codes
All color formats for development
HEX
#E2F8F9RGB
rgb(226, 248, 249)HSL
hsl(183, 66%, 93%)OKLCH
oklch(0.963 0.023 200.1)CMYK
cmyk(9%, 0%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAEEF1
2#93E4E9
3#6BDBE1
4#44D1D9
5#28BDC5
6#20979D
7#187176
8#104C4F
9#082627
Tints
Lighter variations
1#E4F8FA
2#E7F9FA
3#EAFAFB
4#EDFBFB
5#F0FBFC
6#F3FCFD
7#F6FDFD
8#F9FEFE
9#FCFEFE
Tones
Muted variations
1#E3F7F8
2#E4F6F7
3#E5F5F5
4#E6F4F4
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 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F2 #C8F2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE7 #9EE7EB | BordersInactive statesPlaceholder text |
| 400 | 6BDB #6BDBE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D0 #41D0D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26B3 #26B3BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E8E #1E8E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1666 #16666A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E41 #0E4144 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FCFC;
--lavender-100: #E1F8F9;
--lavender-200: #C8F2F4;
--lavender-300: #9EE7EB;
--lavender-400: #6BDBE1;
--lavender-500: #41D0D8;
--lavender-600: #26B3BA;
--lavender-700: #1E8E94;
--lavender-800: #16666A;
--lavender-900: #0E4144;
--lavender-950: #09292A;
}