Lavender
#E3E8F7
BlueColor Codes
All color formats for development
HEX
#E3E8F7RGB
rgb(227, 232, 247)HSL
hsl(225, 56%, 93%)OKLCH
oklch(0.932 0.021 271.2)CMYK
cmyk(8%, 6%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BECAED
2#99ABE2
3#748DD8
4#4F6FCD
5#3455B9
6#2A4494
7#1F336F
8#15224A
9#0A1125
Tints
Lighter variations
1#E6EAF8
2#E9EDF9
3#ECEFFA
4#EEF1FA
5#F1F4FB
6#F4F6FC
7#F7F8FD
8#F9FAFD
9#FCFDFE
Tones
Muted variations
1#E4E9F6
2#E5E9F5
3#E6EAF4
4#E7EAF3
5#E8EBF2
6#E9EBF1
7#EAECF0
8#EBECEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E8 #E3E8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD5 #CBD5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B4 #A4B4E5 | BordersInactive statesPlaceholder text |
| 400 | 748D #748DD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C6C #4C6CCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3151 #3151AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2740 #27408B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C2E #1C2E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121D #121D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B12 #0B1228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F5FC;
--lavender-100: #E3E8F7;
--lavender-200: #CBD5F0;
--lavender-300: #A4B4E5;
--lavender-400: #748DD8;
--lavender-500: #4C6CCD;
--lavender-600: #3151AF;
--lavender-700: #27408B;
--lavender-800: #1C2E63;
--lavender-900: #121D40;
--lavender-950: #0B1228;
}