Lavender
#E2E5F8
BlueColor Codes
All color formats for development
HEX
#E2E5F8RGB
rgb(226, 229, 248)HSL
hsl(232, 61%, 93%)OKLCH
oklch(0.925 0.026 278.7)CMYK
cmyk(9%, 8%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCC3EF
2#96A1E6
3#707EDC
4#4A5CD3
5#2E42BF
6#253499
7#1C2773
8#121A4C
9#090D26
Tints
Lighter variations
1#E5E8F9
2#E8EAF9
3#EBEDFA
4#EEEFFB
5#F1F2FC
6#F4F5FC
7#F6F7FD
8#F9FAFE
9#FCFCFE
Tones
Muted variations
1#E3E6F7
2#E4E7F6
3#E6E8F5
4#E7E8F4
5#E8E9F3
6#E9EAF2
7#EAEBF0
8#EBECEF
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E5 #E2E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACF #CACFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AA #A1AAE8 | BordersInactive statesPlaceholder text |
| 400 | 6F7E #6F7EDC | Disabled statesSecondary iconsMuted text |
| 500 | 4659 #4659D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C3E #2C3EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2331 #233190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1923 #192367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1017 #101742 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0E #0A0E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F4FC;
--lavender-100: #E2E5F8;
--lavender-200: #CACFF2;
--lavender-300: #A1AAE8;
--lavender-400: #6F7EDC;
--lavender-500: #4659D2;
--lavender-600: #2C3EB5;
--lavender-700: #233190;
--lavender-800: #192367;
--lavender-900: #101742;
--lavender-950: #0A0E29;
}