Lavender
#DADCE2
BlueColor Codes
All color formats for development
HEX
#DADCE2RGB
rgb(218, 220, 226)HSL
hsl(225, 12%, 87%)OKLCH
oklch(0.895 0.008 271.3)CMYK
cmyk(4%, 3%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1C4CE
2#A8ADBB
3#8F95A7
4#767E94
5#62687C
6#4E5363
7#3B3F4B
8#272A32
9#141519
Tints
Lighter variations
1#DEDFE5
2#E1E3E8
3#E5E6EB
4#E9EAED
5#ECEDF0
6#F0F1F3
7#F4F4F6
8#F8F8F9
9#FBFBFC
Tones
Muted variations
1#DADCE1
2#DBDCE1
3#DBDCE1
4#DBDDE0
5#DCDDE0
6#DCDDDF
7#DDDDDF
8#DDDDDF
9#DDDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADC #DADCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC1 #BDC1CB | BordersInactive statesPlaceholder text |
| 400 | 9BA0 #9BA0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E85 #7E859A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6369 #63697E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F54 #4F5464 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383C #383C47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2426 #24262E | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F7F8;
--lavender-100: #EBECEF;
--lavender-200: #DADCE2;
--lavender-300: #BDC1CB;
--lavender-400: #9BA0B0;
--lavender-500: #7E859A;
--lavender-600: #63697E;
--lavender-700: #4F5464;
--lavender-800: #383C47;
--lavender-900: #24262E;
--lavender-950: #16181D;
}