Lavender
#E1F3F9
BlueColor Codes
All color formats for development
HEX
#E1F3F9RGB
rgb(225, 243, 249)HSL
hsl(195, 67%, 93%)OKLCH
oklch(0.953 0.021 219.7)CMYK
cmyk(10%, 2%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAE3F1
2#92D4E9
3#6AC4E2
4#43B4DA
5#279EC6
6#1F7F9E
7#175F77
8#103F4F
9#082028
Tints
Lighter variations
1#E4F4FA
2#E7F6FA
3#EAF7FB
4#EDF8FB
5#F0F9FC
6#F3FAFD
7#F6FBFD
8#F9FDFE
9#FCFEFE
Tones
Muted variations
1#E2F3F8
2#E4F2F7
3#E5F1F6
4#E6F1F4
5#E7F0F3
6#E8F0F2
7#EAEFF1
8#EBEEF0
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E9 #C8E9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DD8 #9DD8EC | BordersInactive statesPlaceholder text |
| 400 | 6AC4 #6AC4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FB3 #3FB3D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2596 #2596BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D77 #1D7795 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1555 #15556A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D36 #0D3644 | Primary textHigh emphasis contentDark headings |
| 950 | 0822 #08222B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FAFC;
--lavender-100: #E1F3F9;
--lavender-200: #C8E9F4;
--lavender-300: #9DD8EC;
--lavender-400: #6AC4E2;
--lavender-500: #3FB3D9;
--lavender-600: #2596BB;
--lavender-700: #1D7795;
--lavender-800: #15556A;
--lavender-900: #0D3644;
--lavender-950: #08222B;
}