Lavender
#E2EEF9
BlueColor Codes
All color formats for development
HEX
#E2EEF9RGB
rgb(226, 238, 249)HSL
hsl(209, 66%, 93%)OKLCH
oklch(0.943 0.02 245.6)CMYK
cmyk(9%, 4%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAD6F1
2#93BFE9
3#6BA8E1
4#4491D9
5#2879C5
6#20619D
7#184976
8#10304F
9#081827
Tints
Lighter variations
1#E4EFFA
2#E7F1FA
3#EAF3FB
4#EDF5FB
5#F0F6FC
6#F3F8FD
7#F6FAFD
8#F9FCFE
9#FCFDFE
Tones
Muted variations
1#E3EEF8
2#E4EDF7
3#E5EDF5
4#E6EDF4
5#E7EDF3
6#E8EDF2
7#EAEDF1
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 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DF #C8DFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC6 #9EC6EB | BordersInactive statesPlaceholder text |
| 400 | 6BA8 #6BA8E1 | Disabled statesSecondary iconsMuted text |
| 500 | 418F #418FD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2673 #2673BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E5B #1E5B94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1641 #16416A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2A #0E2A44 | Primary textHigh emphasis contentDark headings |
| 950 | 091A #091A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F8FC;
--lavender-100: #E1EEF9;
--lavender-200: #C8DFF4;
--lavender-300: #9EC6EB;
--lavender-400: #6BA8E1;
--lavender-500: #418FD8;
--lavender-600: #2673BA;
--lavender-700: #1E5B94;
--lavender-800: #16416A;
--lavender-900: #0E2A44;
--lavender-950: #091A2A;
}