Lavender
#E3EEF7
BlueColor Codes
All color formats for development
HEX
#E3EEF7RGB
rgb(227, 238, 247)HSL
hsl(207, 56%, 93%)OKLCH
oklch(0.943 0.017 242.4)CMYK
cmyk(8%, 4%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BED8ED
2#99C1E2
3#74ABD8
4#4F95CD
5#347DB9
6#2A6494
7#1F4B6F
8#15324A
9#0A1925
Tints
Lighter variations
1#E6F0F8
2#E9F2F9
3#ECF3FA
4#EEF5FA
5#F1F7FB
6#F4F8FC
7#F7FAFD
8#F9FCFD
9#FCFDFE
Tones
Muted variations
1#E4EEF6
2#E5EEF5
3#E6EEF4
4#E7EEF3
5#E8EEF2
6#E9EEF1
7#EAEDF0
8#EBEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE0 #CBE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C8 #A4C8E5 | BordersInactive statesPlaceholder text |
| 400 | 74AB #74ABD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C93 #4C93CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3176 #3176AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 275E #275E8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C43 #1C4363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122B #122B40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F8FC;
--lavender-100: #E3EEF7;
--lavender-200: #CBE0F0;
--lavender-300: #A4C8E5;
--lavender-400: #74ABD8;
--lavender-500: #4C93CD;
--lavender-600: #3176AF;
--lavender-700: #275E8B;
--lavender-800: #1C4363;
--lavender-900: #122B40;
--lavender-950: #0B1B28;
}