Lavender
#E3EFF8
BlueColor Codes
All color formats for development
HEX
#E3EFF8RGB
rgb(227, 239, 248)HSL
hsl(206, 60%, 93%)OKLCH
oklch(0.946 0.018 240)CMYK
cmyk(8%, 4%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCD9EE
2#97C3E5
3#71ADDB
4#4B97D2
5#2F80BE
6#266698
7#1C4D72
8#13334C
9#091A26
Tints
Lighter variations
1#E5F0F9
2#E8F2F9
3#EBF4FA
4#EEF5FB
5#F1F7FB
6#F4F8FC
7#F6FAFD
8#F9FCFE
9#FCFDFE
Tones
Muted variations
1#E4EEF7
2#E5EEF6
3#E6EEF5
4#E7EEF4
5#E8EEF3
6#E9EEF1
7#EAEEF0
8#EBEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE1 #CAE1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C9 #A1C9E8 | BordersInactive statesPlaceholder text |
| 400 | 70AD #70ADDB | Disabled statesSecondary iconsMuted text |
| 500 | 4795 #4795D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D79 #2D79B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2460 #24608F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A45 #1A4566 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102C #102C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1C #0A1C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F8FC;
--lavender-100: #E2EFF8;
--lavender-200: #CAE1F2;
--lavender-300: #A1C9E8;
--lavender-400: #70ADDB;
--lavender-500: #4795D1;
--lavender-600: #2D79B4;
--lavender-700: #24608F;
--lavender-800: #1A4566;
--lavender-900: #102C41;
--lavender-950: #0A1C29;
}