Lavender
#E5F0F6
BlueColor Codes
All color formats for development
HEX
#E5F0F6RGB
rgb(229, 240, 246)HSL
hsl(201, 49%, 93%)OKLCH
oklch(0.949 0.014 231.2)CMYK
cmyk(7%, 2%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1DCEA
2#9EC7DE
3#7AB3D2
4#579FC6
5#3C88B1
6#306D8D
7#24526A
8#183647
9#0C1B23
Tints
Lighter variations
1#E7F1F7
2#EAF3F8
3#ECF4F9
4#EFF6FA
5#F2F7FA
6#F4F9FB
7#F7FAFC
8#FAFCFD
9#FCFDFE
Tones
Muted variations
1#E5F0F5
2#E6EFF4
3#E7EFF3
4#E8EFF2
5#E9EEF2
6#EAEEF1
7#EBEEF0
8#EBEEEF
9#ECEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE3 #CEE3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CD #A8CDE1 | BordersInactive statesPlaceholder text |
| 400 | 7AB3 #7AB3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 549D #549DC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3981 #3981A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E66 #2E6685 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2149 #21495F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152F #152F3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1D #0D1D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F8FB;
--lavender-100: #E4F0F6;
--lavender-200: #CEE3EE;
--lavender-300: #A8CDE1;
--lavender-400: #7AB3D1;
--lavender-500: #549DC4;
--lavender-600: #3981A7;
--lavender-700: #2E6685;
--lavender-800: #21495F;
--lavender-900: #152F3D;
--lavender-950: #0D1D26;
}