Lavender
#E6EFF5
BlueColor Codes
All color formats for development
HEX
#E6EFF5RGB
rgb(230, 239, 245)HSL
hsl(204, 43%, 93%)OKLCH
oklch(0.947 0.013 236.6)CMYK
cmyk(6%, 2%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C4D9E7
2#A2C3DA
3#80AECC
4#5E98BF
5#4481AA
6#366788
7#294D66
8#1B3444
9#0E1A22
Tints
Lighter variations
1#E8F0F6
2#EBF2F7
3#EDF4F8
4#F0F5F9
5#F2F7FA
6#F5F8FB
7#F7FAFC
8#FAFCFD
9#FCFDFE
Tones
Muted variations
1#E6EFF4
2#E7EEF3
3#E8EEF3
4#E9EEF2
5#E9EEF1
6#EAEEF0
7#EBEEEF
8#ECEDEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E1 #D0E1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC9 #ABC9DE | BordersInactive statesPlaceholder text |
| 400 | 7FAD #7FADCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B96 #5B96BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 407A #407AA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3361 #336180 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2445 #24455B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172C #172C3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FB;
--lavender-100: #E5EFF5;
--lavender-200: #D0E1EC;
--lavender-300: #ABC9DE;
--lavender-400: #7FADCC;
--lavender-500: #5B96BE;
--lavender-600: #407AA0;
--lavender-700: #336180;
--lavender-800: #24455B;
--lavender-900: #172C3A;
--lavender-950: #0F1C24;
}