Lavender
#E3E5F7
BlueColor Codes
All color formats for development
HEX
#E3E5F7RGB
rgb(227, 229, 247)HSL
hsl(234, 56%, 93%)OKLCH
oklch(0.926 0.024 280.8)CMYK
cmyk(8%, 7%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEC3ED
2#99A0E2
3#747ED8
4#4F5CCD
5#3441B9
6#2A3494
7#1F276F
8#151A4A
9#0A0D25
Tints
Lighter variations
1#E6E8F8
2#E9EAF9
3#ECEDFA
4#EEEFFA
5#F1F2FB
6#F4F5FC
7#F7F7FD
8#F9FAFD
9#FCFCFE
Tones
Muted variations
1#E4E6F6
2#E5E7F5
3#E6E8F4
4#E7E8F3
5#E8E9F2
6#E9EAF1
7#EAEBF0
8#EBECEF
9#ECECEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCF #CBCFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AA #A4AAE5 | BordersInactive statesPlaceholder text |
| 400 | 747E #747ED8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C59 #4C59CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 313E #313EAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2731 #27318B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C23 #1C2363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1217 #121740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0E #0B0E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F4FC;
--lavender-100: #E3E5F7;
--lavender-200: #CBCFF0;
--lavender-300: #A4AAE5;
--lavender-400: #747ED8;
--lavender-500: #4C59CD;
--lavender-600: #313EAF;
--lavender-700: #27318B;
--lavender-800: #1C2363;
--lavender-900: #121740;
--lavender-950: #0B0E28;
}