Lavender
#E1E5F9
BlueColor Codes
All color formats for development
HEX
#E1E5F9RGB
rgb(225, 229, 249)HSL
hsl(230, 67%, 93%)OKLCH
oklch(0.925 0.027 276.8)CMYK
cmyk(10%, 8%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAC3F1
2#92A1E9
3#6A7EE2
4#435CDA
5#2742C6
6#1F349E
7#172777
8#101A4F
9#080D28
Tints
Lighter variations
1#E4E8FA
2#E7EAFA
3#EAEDFB
4#EDF0FB
5#F0F2FC
6#F3F5FD
7#F6F7FD
8#F9FAFE
9#FCFCFE
Tones
Muted variations
1#E2E6F8
2#E4E7F7
3#E5E8F6
4#E6E8F4
5#E7E9F3
6#E8EAF2
7#EAEBF1
8#EBECF0
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CF #C8CFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DAA #9DAAEC | BordersInactive statesPlaceholder text |
| 400 | 6A7E #6A7EE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F59 #3F59D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 253E #253EBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D31 #1D3195 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1523 #15236A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D17 #0D1744 | Primary textHigh emphasis contentDark headings |
| 950 | 080E #080E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F4FC;
--lavender-100: #E1E5F9;
--lavender-200: #C8CFF4;
--lavender-300: #9DAAEC;
--lavender-400: #6A7EE2;
--lavender-500: #3F59D9;
--lavender-600: #253EBB;
--lavender-700: #1D3195;
--lavender-800: #15236A;
--lavender-900: #0D1744;
--lavender-950: #080E2B;
}