Lavender
#D9E2E3
CyanColor Codes
All color formats for development
HEX
#D9E2E3RGB
rgb(217, 226, 227)HSL
hsl(186, 15%, 87%)OKLCH
oklch(0.906 0.01 204.9)CMYK
cmyk(4%, 0%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BFCED0
2#A6BBBD
3#8CA7AA
4#739497
5#5E7C80
6#4B6366
7#394B4D
8#263233
9#13191A
Tints
Lighter variations
1#DDE5E6
2#E1E8E8
3#E4EBEB
4#E8EDEE
5#ECF0F1
6#F0F3F4
7#F4F6F7
8#F7F9F9
9#FBFCFC
Tones
Muted variations
1#D9E1E2
2#DAE1E2
3#DAE1E1
4#DBE0E1
5#DBE0E0
6#DCDFE0
7#DCDFDF
8#DDDFDF
9#DDDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCB #BCCBCD | BordersInactive statesPlaceholder text |
| 400 | 98B0 #98B0B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B9A #7B9A9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F7E #5F7E81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C64 #4C6467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3647 #364749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232E #232E2F | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F8F8;
--lavender-100: #EAEFF0;
--lavender-200: #D9E2E3;
--lavender-300: #BCCBCD;
--lavender-400: #98B0B3;
--lavender-500: #7B9A9D;
--lavender-600: #5F7E81;
--lavender-700: #4C6467;
--lavender-800: #364749;
--lavender-900: #232E2F;
--lavender-950: #161D1D;
}