Lavender
#E4F3F7
CyanColor Codes
All color formats for development
HEX
#E4F3F7RGB
rgb(228, 243, 247)HSL
hsl(193, 54%, 93%)OKLCH
oklch(0.954 0.017 215.5)CMYK
cmyk(8%, 2%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BFE2EC
2#9AD2E1
3#76C1D6
4#51B1CB
5#379BB7
6#2C7C92
7#215D6E
8#163E49
9#0B1F25
Tints
Lighter variations
1#E6F4F8
2#E9F5F8
3#ECF6F9
4#EFF8FA
5#F1F9FB
6#F4FAFC
7#F7FBFD
8#FAFDFD
9#FCFEFE
Tones
Muted variations
1#E4F2F6
2#E5F2F5
3#E6F1F4
4#E7F0F3
5#E8F0F2
6#E9EFF1
7#EAEFF0
8#EBEEEF
9#ECEEEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE8 #CCE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D6 #A5D6E4 | BordersInactive statesPlaceholder text |
| 400 | 76C1 #76C1D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EAF #4EAFCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3493 #3493AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2975 #297589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D53 #1D5362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1335 #13353F | Primary textHigh emphasis contentDark headings |
| 950 | 0C21 #0C2127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3FAFB;
--lavender-100: #E4F3F7;
--lavender-200: #CCE8F0;
--lavender-300: #A5D6E4;
--lavender-400: #76C1D6;
--lavender-500: #4EAFCA;
--lavender-600: #3493AD;
--lavender-700: #297589;
--lavender-800: #1D5362;
--lavender-900: #13353F;
--lavender-950: #0C2127;
}