Lavender
#E6ECF5
BlueColor Codes
All color formats for development
HEX
#E6ECF5RGB
rgb(230, 236, 245)HSL
hsl(216, 43%, 93%)OKLCH
oklch(0.941 0.014 258.3)CMYK
cmyk(6%, 4%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C4D2E7
2#A2B8DA
3#809ECC
4#5E85BF
5#446CAA
6#365788
7#294166
8#1B2B44
9#0E1622
Tints
Lighter variations
1#E8EEF6
2#EBEFF7
3#EDF1F8
4#F0F3F9
5#F2F5FA
6#F5F7FB
7#F7F9FC
8#FAFBFD
9#FCFDFE
Tones
Muted variations
1#E6ECF4
2#E7ECF3
3#E8ECF3
4#E9ECF2
5#E9ECF1
6#EAEDF0
7#EBEDEF
8#ECEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DB #D0DBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBF #ABBFDE | BordersInactive statesPlaceholder text |
| 400 | 7F9E #7F9ECC | Disabled statesSecondary iconsMuted text |
| 500 | 5B82 #5B82BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4067 #4067A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3352 #335280 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243A #243A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1725 #17253A | Primary textHigh emphasis contentDark headings |
| 950 | 0F17 #0F1724 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F7FB;
--lavender-100: #E5ECF5;
--lavender-200: #D0DBEC;
--lavender-300: #ABBFDE;
--lavender-400: #7F9ECC;
--lavender-500: #5B82BE;
--lavender-600: #4067A0;
--lavender-700: #335280;
--lavender-800: #243A5B;
--lavender-900: #17253A;
--lavender-950: #0F1724;
}