Lavender
#E4F1F7
BlueColor Codes
All color formats for development
HEX
#E4F1F7RGB
rgb(228, 241, 247)HSL
hsl(199, 54%, 93%)OKLCH
oklch(0.95 0.016 227)CMYK
cmyk(8%, 2%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BFDEEC
2#9ACBE1
3#76B8D6
4#51A5CB
5#378EB7
6#2C7292
7#21556E
8#163949
9#0B1C25
Tints
Lighter variations
1#E6F2F8
2#E9F4F8
3#ECF5F9
4#EFF6FA
5#F1F8FB
6#F4F9FC
7#F7FBFD
8#FAFCFD
9#FCFEFE
Tones
Muted variations
1#E4F0F6
2#E5F0F5
3#E6F0F4
4#E7EFF3
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 | E4F1 #E4F1F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE4 #CCE4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D0 #A5D0E4 | BordersInactive statesPlaceholder text |
| 400 | 76B7 #76B7D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EA3 #4EA3CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3486 #3486AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 296B #296B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D4C #1D4C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1331 #13313F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1F #0C1F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F9FB;
--lavender-100: #E4F1F7;
--lavender-200: #CCE4F0;
--lavender-300: #A5D0E4;
--lavender-400: #76B7D6;
--lavender-500: #4EA3CA;
--lavender-600: #3486AD;
--lavender-700: #296B89;
--lavender-800: #1D4C62;
--lavender-900: #13313F;
--lavender-950: #0C1F27;
}