Lavender
#E1EBF9
BlueColor Codes
All color formats for development
HEX
#E1EBF9RGB
rgb(225, 235, 249)HSL
hsl(215, 67%, 93%)OKLCH
oklch(0.937 0.022 256.7)CMYK
cmyk(10%, 6%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAD1F1
2#92B6E9
3#6A9CE2
4#4382DA
5#2769C6
6#1F549E
7#173F77
8#102A4F
9#081528
Tints
Lighter variations
1#E4EDFA
2#E7EFFA
3#EAF1FB
4#EDF3FB
5#F0F5FC
6#F3F7FD
7#F6F9FD
8#F9FBFE
9#FCFDFE
Tones
Muted variations
1#E2EBF8
2#E4ECF7
3#E5ECF6
4#E6ECF4
5#E7ECF3
6#E8ECF2
7#EAEDF1
8#EBEDF0
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EB #E1EBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DA #C8DAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DBE #9DBEEC | BordersInactive statesPlaceholder text |
| 400 | 6A9C #6A9CE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F7F #3F7FD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2564 #2564BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D4F #1D4F95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1539 #15396A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D24 #0D2444 | Primary textHigh emphasis contentDark headings |
| 950 | 0817 #08172B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F6FC;
--lavender-100: #E1EBF9;
--lavender-200: #C8DAF4;
--lavender-300: #9DBEEC;
--lavender-400: #6A9CE2;
--lavender-500: #3F7FD9;
--lavender-600: #2564BB;
--lavender-700: #1D4F95;
--lavender-800: #15396A;
--lavender-900: #0D2444;
--lavender-950: #08172B;
}