Lavender
#E2E6F8
BlueColor Codes
All color formats for development
HEX
#E2E6F8RGB
rgb(226, 230, 248)HSL
hsl(229, 61%, 93%)OKLCH
oklch(0.927 0.025 275.9)CMYK
cmyk(9%, 7%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCC5EF
2#96A5E6
3#7084DC
4#4A63D3
5#2E49BF
6#253A99
7#1C2C73
8#121D4C
9#090F26
Tints
Lighter variations
1#E5E9F9
2#E8EBF9
3#EBEEFA
4#EEF0FB
5#F1F3FC
6#F4F5FC
7#F6F8FD
8#F9FAFE
9#FCFDFE
Tones
Muted variations
1#E3E7F7
2#E4E8F6
3#E6E8F5
4#E7E9F4
5#E8EAF3
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 | E2E6 #E2E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD1 #CAD1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AE #A1AEE8 | BordersInactive statesPlaceholder text |
| 400 | 6F83 #6F83DC | Disabled statesSecondary iconsMuted text |
| 500 | 4660 #4660D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C45 #2C45B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2337 #233790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1927 #192767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1019 #101942 | Primary textHigh emphasis contentDark headings |
| 950 | 0A10 #0A1029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F4FC;
--lavender-100: #E2E6F8;
--lavender-200: #CAD1F2;
--lavender-300: #A1AEE8;
--lavender-400: #6F83DC;
--lavender-500: #4660D2;
--lavender-600: #2C45B5;
--lavender-700: #233790;
--lavender-800: #192767;
--lavender-900: #101942;
--lavender-950: #0A1029;
}