Lavender
#E2EBF8
BlueColor Codes
All color formats for development
HEX
#E2EBF8RGB
rgb(226, 235, 248)HSL
hsl(215, 61%, 93%)OKLCH
oklch(0.937 0.02 257.5)CMYK
cmyk(9%, 5%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCD1EF
2#96B7E6
3#709DDC
4#4A83D3
5#2E6BBF
6#255599
7#1C4073
8#122B4C
9#091526
Tints
Lighter variations
1#E5EDF9
2#E8EFF9
3#EBF1FA
4#EEF3FB
5#F1F5FC
6#F4F7FC
7#F6F9FD
8#F9FBFE
9#FCFDFE
Tones
Muted variations
1#E3ECF7
2#E4ECF6
3#E6ECF5
4#E7ECF4
5#E8ECF3
6#E9ECF2
7#EAEDF0
8#EBEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADA #CADAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BE #A1BEE8 | BordersInactive statesPlaceholder text |
| 400 | 6F9D #6F9DDC | Disabled statesSecondary iconsMuted text |
| 500 | 4681 #4681D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C65 #2C65B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2350 #235090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1939 #193967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1025 #102542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A17 #0A1729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F7FC;
--lavender-100: #E2EBF8;
--lavender-200: #CADAF2;
--lavender-300: #A1BEE8;
--lavender-400: #6F9DDC;
--lavender-500: #4681D2;
--lavender-600: #2C65B5;
--lavender-700: #235090;
--lavender-800: #193967;
--lavender-900: #102542;
--lavender-950: #0A1729;
}