Lavender
#E0EAFB
BlueColor Codes
All color formats for development
HEX
#E0EAFBRGB
rgb(224, 234, 251)HSL
hsl(218, 77%, 93%)OKLCH
oklch(0.935 0.025 261.1)CMYK
cmyk(11%, 7%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B5CDF5
2#8BB0F0
3#6194EB
4#3877E5
5#1B5ED2
6#164BA8
7#10397E
8#0B2654
9#05132A
Tints
Lighter variations
1#E3ECFB
2#E6EEFC
3#E9F0FC
4#ECF2FD
5#EFF4FD
6#F2F6FD
7#F6F9FE
8#F9FBFE
9#FCFDFF
Tones
Muted variations
1#E1EAFA
2#E2EAF8
3#E4EBF7
4#E5EBF5
5#E6EBF4
6#E8ECF3
7#E9ECF1
8#EAECF0
9#ECEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D7 #C4D7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B8 #97B8F2 | BordersInactive statesPlaceholder text |
| 400 | 6193 #6193EA | Disabled statesSecondary iconsMuted text |
| 500 | 3475 #3475E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A59 #1A59C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1547 #15479E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F33 #0F3371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0920 #092048 | Primary textHigh emphasis contentDark headings |
| 950 | 0614 #06142D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F6FD;
--lavender-100: #DFE9FB;
--lavender-200: #C4D7F7;
--lavender-300: #97B8F2;
--lavender-400: #6193EA;
--lavender-500: #3475E5;
--lavender-600: #1A59C7;
--lavender-700: #15479E;
--lavender-800: #0F3371;
--lavender-900: #092048;
--lavender-950: #06142D;
}