Lavender
#D9E0E2
CyanColor Codes
All color formats for development
HEX
#D9E0E2RGB
rgb(217, 224, 226)HSL
hsl(193, 13%, 87%)OKLCH
oklch(0.902 0.008 216.6)CMYK
cmyk(4%, 1%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C0CCCF
2#A7B7BC
3#8EA3A8
4#758E95
5#61777D
6#4D5F64
7#3A474B
8#273032
9#131819
Tints
Lighter variations
1#DDE3E5
2#E1E6E8
3#E5EAEB
4#E9EDEE
5#ECF0F1
6#F0F3F3
7#F4F6F6
8#F8F9F9
9#FBFCFC
Tones
Muted variations
1#DAE0E2
2#DAE0E1
3#DBE0E1
4#DBDFE0
5#DCDFE0
6#DCDFE0
7#DDDFDF
8#DDDEDF
9#DDDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE0 #DAE0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC9 #BDC9CC | BordersInactive statesPlaceholder text |
| 400 | 9AAC #9AACB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D95 #7D959B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6278 #62787F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E60 #4E6065 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3744 #374448 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2E | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F8F8;
--lavender-100: #EBEEEF;
--lavender-200: #DAE0E2;
--lavender-300: #BDC9CC;
--lavender-400: #9AACB1;
--lavender-500: #7D959B;
--lavender-600: #62787F;
--lavender-700: #4E6065;
--lavender-800: #374448;
--lavender-900: #232C2E;
--lavender-950: #161B1D;
}