Lavender
#E1ECF9
BlueColor Codes
All color formats for development
HEX
#E1ECF9RGB
rgb(225, 236, 249)HSL
hsl(212, 67%, 93%)OKLCH
oklch(0.939 0.021 252.5)CMYK
cmyk(10%, 5%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAD4F1
2#92BBE9
3#6AA2E2
4#4389DA
5#2771C6
6#1F5B9E
7#174477
8#102D4F
9#081728
Tints
Lighter variations
1#E4EEFA
2#E7F0FA
3#EAF2FB
4#EDF4FB
5#F0F6FC
6#F3F8FD
7#F6F9FD
8#F9FBFE
9#FCFDFE
Tones
Muted variations
1#E2ECF8
2#E4EDF7
3#E5EDF6
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 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DC #C8DCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DC2 #9DC2EC | BordersInactive statesPlaceholder text |
| 400 | 6AA2 #6AA2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F87 #3F87D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 256B #256BBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D55 #1D5595 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 153D #153D6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D27 #0D2744 | Primary textHigh emphasis contentDark headings |
| 950 | 0818 #08182B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F7FC;
--lavender-100: #E1ECF9;
--lavender-200: #C8DCF4;
--lavender-300: #9DC2EC;
--lavender-400: #6AA2E2;
--lavender-500: #3F87D9;
--lavender-600: #256BBB;
--lavender-700: #1D5595;
--lavender-800: #153D6A;
--lavender-900: #0D2744;
--lavender-950: #08182B;
}