Lavender
#D8E4E4
CyanColor Codes
All color formats for development
HEX
#D8E4E4RGB
rgb(216, 228, 228)HSL
hsl(180, 18%, 87%)OKLCH
oklch(0.91 0.013 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#BED2D2
2#A4BFBF
3#89ADAD
4#6F9B9B
5#5B8383
6#496969
7#374F4F
8#243434
9#121A1A
Tints
Lighter variations
1#DCE7E7
2#E0E9E9
3#E4ECEC
4#E8EFEF
5#EBF1F1
6#EFF4F4
7#F3F7F7
8#F7FAFA
9#FBFCFC
Tones
Muted variations
1#D8E3E3
2#D9E3E3
3#DAE2E2
4#DAE1E1
5#DBE1E1
6#DBE0E0
7#DCE0E0
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 | D8E4 #D8E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACF #BACFCF | BordersInactive statesPlaceholder text |
| 400 | 96B6 #96B6B6 | Disabled statesSecondary iconsMuted text |
| 500 | 78A1 #78A1A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C84 #5C8484 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4969 #496969 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344B #344B4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213030 | 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: #D8E4E4;
--lavender-300: #BACFCF;
--lavender-400: #96B6B6;
--lavender-500: #78A1A1;
--lavender-600: #5C8484;
--lavender-700: #496969;
--lavender-800: #344B4B;
--lavender-900: #213030;
--lavender-950: #151E1E;
}