Lavender
#E1F3FA
BlueColor Codes
All color formats for development
HEX
#E1F3FARGB
rgb(225, 243, 250)HSL
hsl(197, 71%, 93%)OKLCH
oklch(0.953 0.021 223)CMYK
cmyk(10%, 3%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8E2F3
2#8FD2EC
3#67C1E5
4#3EB1DE
5#229BCB
6#1C7CA2
7#155D7A
8#0E3E51
9#071F29
Tints
Lighter variations
1#E4F4FA
2#E7F5FB
3#EAF6FB
4#EDF8FC
5#F0F9FC
6#F3FAFD
7#F6FBFD
8#F9FDFE
9#FCFEFE
Tones
Muted variations
1#E2F2F9
2#E3F2F7
3#E4F1F6
4#E6F0F5
5#E7F0F3
6#E8EFF2
7#E9EFF1
8#EBEEF0
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F3 #E0F3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E8 #C6E8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD6 #9BD6EE | BordersInactive statesPlaceholder text |
| 400 | 66C1 #66C1E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BB0 #3BB0DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2193 #2193C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A75 #1A7599 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1253 #12536D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C35 #0C3546 | Primary textHigh emphasis contentDark headings |
| 950 | 0721 #07212C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2FAFD;
--lavender-100: #E0F3FA;
--lavender-200: #C6E8F5;
--lavender-300: #9BD6EE;
--lavender-400: #66C1E5;
--lavender-500: #3BB0DE;
--lavender-600: #2193C0;
--lavender-700: #1A7599;
--lavender-800: #12536D;
--lavender-900: #0C3546;
--lavender-950: #07212C;
}