Lavender
#E3E8F8
BlueColor Codes
All color formats for development
HEX
#E3E8F8RGB
rgb(227, 232, 248)HSL
hsl(226, 60%, 93%)OKLCH
oklch(0.932 0.022 272.1)CMYK
cmyk(8%, 6%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCC8EE
2#97A9E5
3#718ADB
4#4B6AD2
5#2F51BE
6#264198
7#1C3072
8#13204C
9#091026
Tints
Lighter variations
1#E5EAF9
2#E8ECF9
3#EBEFFA
4#EEF1FB
5#F1F3FB
6#F4F6FC
7#F6F8FD
8#F9FAFE
9#FCFDFE
Tones
Muted variations
1#E4E8F7
2#E5E9F6
3#E6E9F5
4#E7EAF4
5#E8EAF3
6#E9EBF1
7#EAEBF0
8#EBECEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD3 #CAD3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B2 #A1B2E8 | BordersInactive statesPlaceholder text |
| 400 | 7089 #7089DB | Disabled statesSecondary iconsMuted text |
| 500 | 4768 #4768D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D4C #2D4CB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 243D #243D8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A2B #1A2B66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101C #101C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A11 #0A1129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F5FC;
--lavender-100: #E2E7F8;
--lavender-200: #CAD3F2;
--lavender-300: #A1B2E8;
--lavender-400: #7089DB;
--lavender-500: #4768D1;
--lavender-600: #2D4CB4;
--lavender-700: #243D8F;
--lavender-800: #1A2B66;
--lavender-900: #101C41;
--lavender-950: #0A1129;
}