Lavender
#BFC9FC
BlueColor Codes
All color formats for development
HEX
#BFC9FCRGB
rgb(191, 201, 252)HSL
hsl(230, 91%, 87%)OKLCH
oklch(0.845 0.072 276.1)CMYK
cmyk(24%, 20%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95A6FA
2#6B82F8
3#415FF6
4#163BF4
5#0A2CD4
6#0823A9
7#061A7F
8#041155
9#02092A
Tints
Lighter variations
1#C6CFFC
2#CCD4FD
3#D3DAFD
4#D9DFFD
5#DFE4FE
6#E6EAFE
7#ECEFFE
8#F2F4FE
9#F9FAFF
Tones
Muted variations
1#C3CCF9
2#C6CEF6
3#C9D0F3
4#CCD2F0
5#CFD4ED
6#D2D6EA
7#D5D8E7
8#D8DAE4
9#DBDCE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CA #C0CAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA1 #8FA1FA | BordersInactive statesPlaceholder text |
| 400 | 5570 #5570F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2447 #2447F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A2C #0A2CD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0823 #0823AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0619 #06197A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0410 #04104E | Primary textHigh emphasis contentDark headings |
| 950 | 020A #020A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F3FE;
--lavender-100: #DDE2FD;
--lavender-200: #C0CAFC;
--lavender-300: #8FA1FA;
--lavender-400: #5570F7;
--lavender-500: #2447F5;
--lavender-600: #0A2CD6;
--lavender-700: #0823AA;
--lavender-800: #06197A;
--lavender-900: #04104E;
--lavender-950: #020A31;
}