Lavender
#D7E3E4
CyanColor Codes
All color formats for development
HEX
#D7E3E4RGB
rgb(215, 227, 228)HSL
hsl(185, 19%, 87%)OKLCH
oklch(0.907 0.013 202.9)CMYK
cmyk(6%, 0%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BDD0D2
2#A3BEC0
3#88ABAE
4#6E989C
5#5A8084
6#48676A
7#364D4F
8#243335
9#121A1A
Tints
Lighter variations
1#DBE6E7
2#DFE9EA
3#E3EBEC
4#E7EEEF
5#EBF1F2
6#EFF4F4
7#F3F7F7
8#F7F9FA
9#FBFCFC
Tones
Muted variations
1#D8E3E4
2#D9E2E3
3#D9E2E2
4#DAE1E2
5#DBE0E1
6#DBE0E0
7#DCDFE0
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 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CE #B9CECF | BordersInactive statesPlaceholder text |
| 400 | 95B4 #95B4B7 | Disabled statesSecondary iconsMuted text |
| 500 | 769E #769EA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B82 #5B8286 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4867 #48676A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344A #344A4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F31 | 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: #EAF0F1;
--lavender-200: #D8E3E4;
--lavender-300: #B9CECF;
--lavender-400: #95B4B7;
--lavender-500: #769EA2;
--lavender-600: #5B8286;
--lavender-700: #48676A;
--lavender-800: #344A4C;
--lavender-900: #212F31;
--lavender-950: #151E1E;
}