Lavender
#E3EAF7
BlueColor Codes
All color formats for development
HEX
#E3EAF7RGB
rgb(227, 234, 247)HSL
hsl(219, 56%, 93%)OKLCH
oklch(0.936 0.019 263)CMYK
cmyk(8%, 5%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BECEED
2#99B3E2
3#7497D8
4#4F7BCD
5#3463B9
6#2A4F94
7#1F3B6F
8#15274A
9#0A1425
Tints
Lighter variations
1#E6ECF8
2#E9EEF9
3#ECF0FA
4#EEF2FA
5#F1F5FB
6#F4F7FC
7#F7F9FD
8#F9FBFD
9#FCFDFE
Tones
Muted variations
1#E4EAF6
2#E5EBF5
3#E6EBF4
4#E7EBF3
5#E8ECF2
6#E9ECF1
7#EAECF0
8#EBEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD8 #CBD8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4BA #A4BAE5 | BordersInactive statesPlaceholder text |
| 400 | 7497 #7497D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C79 #4C79CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 315D #315DAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 274A #274A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C35 #1C3563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1222 #122240 | Primary textHigh emphasis contentDark headings |
| 950 | 0B15 #0B1528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F6FC;
--lavender-100: #E3EAF7;
--lavender-200: #CBD8F0;
--lavender-300: #A4BAE5;
--lavender-400: #7497D8;
--lavender-500: #4C79CD;
--lavender-600: #315DAF;
--lavender-700: #274A8B;
--lavender-800: #1C3563;
--lavender-900: #122240;
--lavender-950: #0B1528;
}