Lavender
#BDC1FF
BlueColor Codes
All color formats for development
HEX
#BDC1FFRGB
rgb(189, 193, 255)HSL
hsl(236, 100%, 87%)OKLCH
oklch(0.829 0.087 281.4)CMYK
cmyk(26%, 24%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9098FF
2#646EFF
3#3845FF
4#0B1BFF
5#000FDE
6#000CB1
7#000985
8#000659
9#00032C
Tints
Lighter variations
1#C3C7FF
2#CACDFF
3#D1D4FF
4#D7DAFF
5#DEE0FF
6#E4E6FF
7#EBECFF
8#F2F3FF
9#F8F9FF
Tones
Muted variations
1#C0C4FC
2#C3C7F8
3#C7CAF5
4#CACDF2
5#CDCFEE
6#D1D2EB
7#D4D5E8
8#D7D8E4
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDE #DBDEFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC1 #BDC1FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A92 #8A92FF | BordersInactive statesPlaceholder text |
| 400 | 4D58 #4D58FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A29 #1A29FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 000F #000FE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 000C #000CB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0009 #000980 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0005 #000552 | Primary textHigh emphasis contentDark headings |
| 950 | 0003 #000333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F1FF;
--lavender-100: #DBDEFF;
--lavender-200: #BDC1FF;
--lavender-300: #8A92FF;
--lavender-400: #4D58FF;
--lavender-500: #1A29FF;
--lavender-600: #000FE0;
--lavender-700: #000CB3;
--lavender-800: #000980;
--lavender-900: #000552;
--lavender-950: #000333;
}