Lavender
#EAEFF0
CyanColor Codes
All color formats for development
HEX
#EAEFF0RGB
rgb(234, 239, 240)HSL
hsl(190, 17%, 93%)OKLCH
oklch(0.949 0.006 211)CMYK
cmyk(3%, 0%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CEDADD
2#B3C5C9
3#97B0B5
4#7B9BA1
5#62848B
6#4F6A6F
7#3B4F53
8#273537
9#141A1C
Tints
Lighter variations
1#ECF1F2
2#EEF2F3
3#F0F4F5
4#F2F6F6
5#F5F7F8
6#F7F9F9
7#F9FAFB
8#FBFCFC
9#FDFDFE
Tones
Muted variations
1#EAEFF0
2#EBEFF0
3#EBEFEF
4#EBEEEF
5#ECEEEF
6#ECEEEE
7#ECEEEE
8#EDEEEE
9#EDEDED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E2 #D8E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACB #BACBCE | BordersInactive statesPlaceholder text |
| 400 | 97B0 #97B0B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7999 #7999A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D7D #5D7D83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A63 #4A6368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3547 #35474B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222D #222D30 | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F8F9;
--lavender-100: #EAEFF0;
--lavender-200: #D8E2E3;
--lavender-300: #BACBCE;
--lavender-400: #97B0B5;
--lavender-500: #7999A0;
--lavender-600: #5D7D83;
--lavender-700: #4A6368;
--lavender-800: #35474B;
--lavender-900: #222D30;
--lavender-950: #151C1E;
}