Lavender
#E4E9F6
BlueColor Codes
All color formats for development
HEX
#E4E9F6RGB
rgb(228, 233, 246)HSL
hsl(223, 50%, 93%)OKLCH
oklch(0.934 0.018 269.1)CMYK
cmyk(7%, 5%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1CCEA
2#9DB0DE
3#7A93D3
4#5676C7
5#3B5DB2
6#2F4A8E
7#24386B
8#182547
9#0C1324
Tints
Lighter variations
1#E7EBF7
2#EAEEF8
3#ECF0F9
4#EFF2FA
5#F2F4FB
6#F4F6FB
7#F7F8FC
8#FAFBFD
9#FCFDFE
Tones
Muted variations
1#E5EAF5
2#E6EAF4
3#E7EAF3
4#E8EBF3
5#E9EBF2
6#EAECF1
7#EAECF0
8#EBECEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD7 #CDD7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7B8 #A7B8E2 | BordersInactive statesPlaceholder text |
| 400 | 7992 #7992D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5373 #5373C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3858 #3858A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D46 #2D4686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2032 #203260 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1420 #14203D | Primary textHigh emphasis contentDark headings |
| 950 | 0D14 #0D1426 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F6FB;
--lavender-100: #E4E9F6;
--lavender-200: #CDD7EE;
--lavender-300: #A7B8E2;
--lavender-400: #7992D2;
--lavender-500: #5373C6;
--lavender-600: #3858A8;
--lavender-700: #2D4686;
--lavender-800: #203260;
--lavender-900: #14203D;
--lavender-950: #0D1426;
}