Lavender
#E2EFF9
BlueColor Codes
All color formats for development
HEX
#E2EFF9RGB
rgb(226, 239, 249)HSL
hsl(206, 66%, 93%)OKLCH
oklch(0.945 0.019 240.7)CMYK
cmyk(9%, 4%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAD9F1
2#93C3E9
3#6BAEE1
4#4498D9
5#2881C5
6#20679D
7#184D76
8#10344F
9#081A27
Tints
Lighter variations
1#E4F0FA
2#E7F2FA
3#EAF4FB
4#EDF5FB
5#F0F7FC
6#F3F8FD
7#F6FAFD
8#F9FCFE
9#FCFDFE
Tones
Muted variations
1#E3EFF8
2#E4EEF7
3#E5EEF5
4#E6EEF4
5#E7EEF3
6#E8EEF2
7#EAEEF1
8#EBEDF0
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E1 #C8E1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ECA #9ECAEB | BordersInactive statesPlaceholder text |
| 400 | 6BAE #6BAEE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4196 #4196D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 267A #267ABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E61 #1E6194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1645 #16456A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2C #0E2C44 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F8FC;
--lavender-100: #E1EFF9;
--lavender-200: #C8E1F4;
--lavender-300: #9ECAEB;
--lavender-400: #6BAEE1;
--lavender-500: #4196D8;
--lavender-600: #267ABA;
--lavender-700: #1E6194;
--lavender-800: #16456A;
--lavender-900: #0E2C44;
--lavender-950: #091C2A;
}