Lavender
#E1EEF9
BlueColor Codes
All color formats for development
HEX
#E1EEF9RGB
rgb(225, 238, 249)HSL
hsl(207, 67%, 93%)OKLCH
oklch(0.943 0.02 243.4)CMYK
cmyk(10%, 4%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAD8F1
2#92C2E9
3#6AACE2
4#4396DA
5#277FC6
6#1F659E
7#174C77
8#10334F
9#081928
Tints
Lighter variations
1#E4F0FA
2#E7F2FA
3#EAF3FB
4#EDF5FB
5#F0F7FC
6#F3F8FD
7#F6FAFD
8#F9FCFE
9#FCFDFE
Tones
Muted variations
1#E2EEF8
2#E4EEF7
3#E5EEF6
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 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E0 #C8E0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DC8 #9DC8EC | BordersInactive statesPlaceholder text |
| 400 | 6AAC #6AACE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F94 #3F94D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2578 #2578BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D5F #1D5F95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1544 #15446A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2C #0D2C44 | Primary textHigh emphasis contentDark headings |
| 950 | 081B #081B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F8FC;
--lavender-100: #E1EEF9;
--lavender-200: #C8E0F4;
--lavender-300: #9DC8EC;
--lavender-400: #6AACE2;
--lavender-500: #3F94D9;
--lavender-600: #2578BB;
--lavender-700: #1D5F95;
--lavender-800: #15446A;
--lavender-900: #0D2C44;
--lavender-950: #081B2B;
}