Lavender
#E2F1F8
BlueColor Codes
All color formats for development
HEX
#E2F1F8RGB
rgb(226, 241, 248)HSL
hsl(199, 61%, 93%)OKLCH
oklch(0.949 0.019 227.3)CMYK
cmyk(9%, 3%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCDFEF
2#96CCE6
3#70BADC
4#4AA7D3
5#2E91BF
6#257499
7#1C5773
8#123A4C
9#091D26
Tints
Lighter variations
1#E5F3F9
2#E8F4F9
3#EBF5FA
4#EEF7FB
5#F1F8FC
6#F4F9FC
7#F6FBFD
8#F9FCFE
9#FCFEFE
Tones
Muted variations
1#E3F1F7
2#E4F0F6
3#E6F0F5
4#E7F0F4
5#E8EFF3
6#E9EFF2
7#EAEEF0
8#EBEEEF
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE5 #CAE5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D1 #A1D1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FBA #6FBADC | Disabled statesSecondary iconsMuted text |
| 500 | 46A6 #46A6D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C89 #2C89B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236D #236D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194E #194E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1032 #103242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1F #0A1F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F9FC;
--lavender-100: #E2F1F8;
--lavender-200: #CAE5F2;
--lavender-300: #A1D1E8;
--lavender-400: #6FBADC;
--lavender-500: #46A6D2;
--lavender-600: #2C89B5;
--lavender-700: #236D90;
--lavender-800: #194E67;
--lavender-900: #103242;
--lavender-950: #0A1F29;
}