Lavender
#E3E5F8
BlueColor Codes
All color formats for development
HEX
#E3E5F8RGB
rgb(227, 229, 248)HSL
hsl(234, 60%, 93%)OKLCH
oklch(0.926 0.026 281.1)CMYK
cmyk(8%, 8%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCC1EE
2#979EE5
3#717BDB
4#4B58D2
5#2F3EBE
6#263198
7#1C2572
8#13194C
9#090C26
Tints
Lighter variations
1#E5E7F9
2#E8EAF9
3#EBEDFA
4#EEEFFB
5#F1F2FB
6#F4F4FC
7#F6F7FD
8#F9FAFE
9#FCFCFE
Tones
Muted variations
1#E4E5F7
2#E5E6F6
3#E6E7F5
4#E7E8F4
5#E8E9F3
6#E9EAF1
7#EAEBF0
8#EBEBEF
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E5 #E2E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A8 #A1A8E8 | BordersInactive statesPlaceholder text |
| 400 | 707B #707BDB | Disabled statesSecondary iconsMuted text |
| 500 | 4755 #4755D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D3A #2D3AB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 242E #242E8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A21 #1A2166 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1015 #101541 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0D #0A0D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F4FC;
--lavender-100: #E2E5F8;
--lavender-200: #CACEF2;
--lavender-300: #A1A8E8;
--lavender-400: #707BDB;
--lavender-500: #4755D1;
--lavender-600: #2D3AB4;
--lavender-700: #242E8F;
--lavender-800: #1A2166;
--lavender-900: #101541;
--lavender-950: #0A0D29;
}