Lavender
#E3F1F8
BlueColor Codes
All color formats for development
HEX
#E3F1F8RGB
rgb(227, 241, 248)HSL
hsl(200, 60%, 93%)OKLCH
oklch(0.95 0.018 229)CMYK
cmyk(8%, 3%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCDEEE
2#97CBE5
3#71B8DB
4#4BA5D2
5#2F8EBE
6#267298
7#1C5572
8#13394C
9#091C26
Tints
Lighter variations
1#E5F2F9
2#E8F4F9
3#EBF5FA
4#EEF6FB
5#F1F8FB
6#F4F9FC
7#F6FBFD
8#F9FCFE
9#FCFEFE
Tones
Muted variations
1#E4F0F7
2#E5F0F6
3#E6F0F5
4#E7EFF4
5#E8EFF3
6#E9EFF1
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 | CAE4 #CAE4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D0 #A1D0E8 | BordersInactive statesPlaceholder text |
| 400 | 70B8 #70B8DB | Disabled statesSecondary iconsMuted text |
| 500 | 47A3 #47A3D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D87 #2D87B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 246B #246B8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A4C #1A4C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1031 #103141 | 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: #CAE4F2;
--lavender-300: #A1D0E8;
--lavender-400: #70B8DB;
--lavender-500: #47A3D1;
--lavender-600: #2D87B4;
--lavender-700: #246B8F;
--lavender-800: #1A4C66;
--lavender-900: #103141;
--lavender-950: #0A1F29;
}