Lavender
#D8E3E3
CyanColor Codes
All color formats for development
HEX
#D8E3E3RGB
rgb(216, 227, 227)HSL
hsl(180, 16%, 87%)OKLCH
oklch(0.908 0.012 196.9)CMYK
cmyk(5%, 0%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BFD1D1
2#A5BEBE
3#8BABAB
4#729999
5#5D8181
6#4B6767
7#384D4D
8#253333
9#131A1A
Tints
Lighter variations
1#DCE6E6
2#E0E9E9
3#E4ECEC
4#E8EEEE
5#ECF1F1
6#F0F4F4
7#F3F7F7
8#F7F9F9
9#FBFCFC
Tones
Muted variations
1#D9E3E3
2#DAE2E2
3#DAE2E2
4#DBE1E1
5#DBE1E1
6#DCE0E0
7#DCDFDF
8#DDDFDF
9#DDDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E3 #D9E3E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBCE #BBCECE | BordersInactive statesPlaceholder text |
| 400 | 97B4 #97B4B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A9F #7A9F9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E82 #5E8282 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B68 #4B6868 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 364A #364A4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222F #222F2F | Primary textHigh emphasis contentDark headings |
| 950 | 151E #151E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F9F9;
--lavender-100: #EAF0F0;
--lavender-200: #D9E3E3;
--lavender-300: #BBCECE;
--lavender-400: #97B4B4;
--lavender-500: #7A9F9F;
--lavender-600: #5E8282;
--lavender-700: #4B6868;
--lavender-800: #364A4A;
--lavender-900: #222F2F;
--lavender-950: #151E1E;
}