Lavender
#E3ECF8
BlueColor Codes
All color formats for development
HEX
#E3ECF8RGB
rgb(227, 236, 248)HSL
hsl(214, 60%, 93%)OKLCH
oklch(0.94 0.019 255.5)CMYK
cmyk(8%, 5%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCD2EE
2#97B8E5
3#719FDB
4#4B85D2
5#2F6DBE
6#265798
7#1C4172
8#132C4C
9#091626
Tints
Lighter variations
1#E5EEF9
2#E8F0F9
3#EBF2FA
4#EEF3FB
5#F1F5FB
6#F4F7FC
7#F6F9FD
8#F9FBFE
9#FCFDFE
Tones
Muted variations
1#E4ECF7
2#E5ECF6
3#E6ECF5
4#E7ECF4
5#E8ECF3
6#E9EDF1
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 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADB #CADBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C0 #A1C0E8 | BordersInactive statesPlaceholder text |
| 400 | 709F #709FDB | Disabled statesSecondary iconsMuted text |
| 500 | 4783 #4783D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D67 #2D67B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2452 #24528F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A3B #1A3B66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1026 #102641 | 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: #E2ECF8;
--lavender-200: #CADBF2;
--lavender-300: #A1C0E8;
--lavender-400: #709FDB;
--lavender-500: #4783D1;
--lavender-600: #2D67B4;
--lavender-700: #24528F;
--lavender-800: #1A3B66;
--lavender-900: #102641;
--lavender-950: #0A1729;
}