Lavender
#E2EBF9
BlueColor Codes
All color formats for development
HEX
#E2EBF9RGB
rgb(226, 235, 249)HSL
hsl(217, 66%, 93%)OKLCH
oklch(0.937 0.021 259.2)CMYK
cmyk(9%, 6%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BACFF1
2#93B4E9
3#6B98E1
4#447DD9
5#2864C5
6#20509D
7#183C76
8#10284F
9#081427
Tints
Lighter variations
1#E4ECFA
2#E7EFFA
3#EAF1FB
4#EDF3FB
5#F0F5FC
6#F3F7FD
7#F6F9FD
8#F9FBFE
9#FCFDFE
Tones
Muted variations
1#E3EBF8
2#E4EBF7
3#E5EBF5
4#E6ECF4
5#E7ECF3
6#E8ECF2
7#EAECF1
8#EBEDF0
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EA #E1EAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D9 #C8D9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EBB #9EBBEB | BordersInactive statesPlaceholder text |
| 400 | 6B98 #6B98E1 | Disabled statesSecondary iconsMuted text |
| 500 | 417B #417BD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 265F #265FBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E4C #1E4C94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1636 #16366A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E23 #0E2344 | Primary textHigh emphasis contentDark headings |
| 950 | 0916 #09162A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F6FC;
--lavender-100: #E1EAF9;
--lavender-200: #C8D9F4;
--lavender-300: #9EBBEB;
--lavender-400: #6B98E1;
--lavender-500: #417BD8;
--lavender-600: #265FBA;
--lavender-700: #1E4C94;
--lavender-800: #16366A;
--lavender-900: #0E2344;
--lavender-950: #09162A;
}