Lavender
#E6EBF5
BlueColor Codes
All color formats for development
HEX
#E6EBF5RGB
rgb(230, 235, 245)HSL
hsl(220, 43%, 93%)OKLCH
oklch(0.939 0.015 264.5)CMYK
cmyk(6%, 4%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C4CFE7
2#A2B4DA
3#8099CC
4#5E7EBF
5#4466AA
6#365188
7#293D66
8#1B2944
9#0E1422
Tints
Lighter variations
1#E8EDF6
2#EBEFF7
3#EDF1F8
4#F0F3F9
5#F2F5FA
6#F5F7FB
7#F7F9FC
8#FAFBFD
9#FCFDFE
Tones
Muted variations
1#E6EBF4
2#E7EBF3
3#E8EBF3
4#E9ECF2
5#E9ECF1
6#EAECF0
7#EBECEF
8#ECEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D9 #D0D9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBC #ABBCDE | BordersInactive statesPlaceholder text |
| 400 | 7F99 #7F99CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B7C #5B7CBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4060 #4060A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 334C #334C80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2437 #24375B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1723 #17233A | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F6FB;
--lavender-100: #E5EBF5;
--lavender-200: #D0D9EC;
--lavender-300: #ABBCDE;
--lavender-400: #7F99CC;
--lavender-500: #5B7CBE;
--lavender-600: #4060A0;
--lavender-700: #334C80;
--lavender-800: #24375B;
--lavender-900: #17233A;
--lavender-950: #0F1624;
}