Lavender
#E0ECFA
BlueColor Codes
All color formats for development
HEX
#E0ECFARGB
rgb(224, 236, 250)HSL
hsl(212, 72%, 93%)OKLCH
oklch(0.938 0.023 252.2)CMYK
cmyk(10%, 6%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8D3F3
2#8FBBED
3#66A2E6
4#3D89DF
5#2171CC
6#1B5AA3
7#14447A
8#0D2D52
9#071729
Tints
Lighter variations
1#E3EEFB
2#E6F0FB
3#EAF2FC
4#EDF4FC
5#F0F6FD
6#F3F8FD
7#F6F9FE
8#F9FBFE
9#FCFDFF
Tones
Muted variations
1#E2ECF9
2#E3ECF7
3#E4EDF6
4#E5EDF5
5#E7EDF4
6#E8EDF2
7#E9EDF1
8#EBEDF0
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EC #E0ECFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DC #C6DCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AC2 #9AC2EF | BordersInactive statesPlaceholder text |
| 400 | 65A1 #65A1E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A87 #3A87DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F6B #1F6BC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1955 #19559A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 123D #123D6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B27 #0B2746 | Primary textHigh emphasis contentDark headings |
| 950 | 0718 #07182C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F7FD;
--lavender-100: #E0ECFA;
--lavender-200: #C6DCF6;
--lavender-300: #9AC2EF;
--lavender-400: #65A1E6;
--lavender-500: #3A87DF;
--lavender-600: #1F6BC1;
--lavender-700: #19559A;
--lavender-800: #123D6E;
--lavender-900: #0B2746;
--lavender-950: #07182C;
}