Lavender
#E1EFF9
BlueColor Codes
All color formats for development
HEX
#E1EFF9RGB
rgb(225, 239, 249)HSL
hsl(205, 67%, 93%)OKLCH
oklch(0.945 0.02 238.7)CMYK
cmyk(10%, 4%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BADAF1
2#92C5E9
3#6AB0E2
4#439BDA
5#2784C6
6#1F699E
7#174F77
8#10354F
9#081A28
Tints
Lighter variations
1#E4F1FA
2#E7F2FA
3#EAF4FB
4#EDF5FB
5#F0F7FC
6#F3F9FD
7#F6FAFD
8#F9FCFE
9#FCFDFE
Tones
Muted variations
1#E2EFF8
2#E4EFF7
3#E5EFF6
4#E6EEF4
5#E7EEF3
6#E8EEF2
7#EAEEF1
8#EBEEF0
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E2 #C8E2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DCB #9DCBEC | BordersInactive statesPlaceholder text |
| 400 | 6AB0 #6AB0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F99 #3F99D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 257D #257DBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D63 #1D6395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1547 #15476A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2D #0D2D44 | Primary textHigh emphasis contentDark headings |
| 950 | 081C #081C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F8FC;
--lavender-100: #E1EFF9;
--lavender-200: #C8E2F4;
--lavender-300: #9DCBEC;
--lavender-400: #6AB0E2;
--lavender-500: #3F99D9;
--lavender-600: #257DBB;
--lavender-700: #1D6395;
--lavender-800: #15476A;
--lavender-900: #0D2D44;
--lavender-950: #081C2B;
}