Lavender
#E4F2F7
BlueColor Codes
All color formats for development
HEX
#E4F2F7RGB
rgb(228, 242, 247)HSL
hsl(196, 54%, 93%)OKLCH
oklch(0.952 0.016 221.1)CMYK
cmyk(8%, 2%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BFE0EC
2#9ACEE1
3#76BCD6
4#51ABCB
5#3794B7
6#2C7792
7#21596E
8#163B49
9#0B1E25
Tints
Lighter variations
1#E6F3F8
2#E9F4F8
3#ECF6F9
4#EFF7FA
5#F1F8FB
6#F4FAFC
7#F7FBFD
8#FAFCFD
9#FCFEFE
Tones
Muted variations
1#E4F1F6
2#E5F1F5
3#E6F0F4
4#E7F0F3
5#E8EFF2
6#E9EFF1
7#EAEEF0
8#EBEEEF
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE6 #CCE6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D3 #A5D3E4 | BordersInactive statesPlaceholder text |
| 400 | 76BC #76BCD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EA9 #4EA9CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 348C #348CAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2970 #297089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D50 #1D5062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1333 #13333F | Primary textHigh emphasis contentDark headings |
| 950 | 0C20 #0C2027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F9FB;
--lavender-100: #E4F2F7;
--lavender-200: #CCE6F0;
--lavender-300: #A5D3E4;
--lavender-400: #76BCD6;
--lavender-500: #4EA9CA;
--lavender-600: #348CAD;
--lavender-700: #297089;
--lavender-800: #1D5062;
--lavender-900: #13333F;
--lavender-950: #0C2027;
}