Lavender
#EAEAF1
BlueColor Codes
All color formats for development
HEX
#EAEAF1RGB
rgb(234, 234, 241)HSL
hsl(240, 20%, 93%)OKLCH
oklch(0.939 0.009 286.2)CMYK
cmyk(3%, 3%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CDCDDE
2#B1B1CB
3#9494B8
4#7878A5
5#5F5F8E
6#4C4C72
7#393955
8#262639
9#13131C
Tints
Lighter variations
1#ECECF2
2#EEEEF4
3#F0F0F5
4#F2F2F6
5#F4F4F8
6#F6F6F9
7#F9F9FB
8#FBFBFC
9#FDFDFE
Tones
Muted variations
1#EAEAF0
2#EAEAF0
3#EBEBF0
4#EBEBEF
5#EBEBEF
6#ECECEF
7#ECECEE
8#ECECEE
9#EDEDEE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9B9 #B9B9D0 | BordersInactive statesPlaceholder text |
| 400 | 9494 #9494B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7575 #7575A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5A #5A5A87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4747 #47476B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3333 #33334D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212131 | Primary textHigh emphasis contentDark headings |
| 950 | 1414 #14141F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F6F9;
--lavender-100: #EAEAF1;
--lavender-200: #D7D7E4;
--lavender-300: #B9B9D0;
--lavender-400: #9494B8;
--lavender-500: #7575A3;
--lavender-600: #5A5A87;
--lavender-700: #47476B;
--lavender-800: #33334D;
--lavender-900: #212131;
--lavender-950: #14141F;
}