Lavender
#BFC7FC
BlueColor Codes
All color formats for development
HEX
#BFC7FCRGB
rgb(191, 199, 252)HSL
hsl(232, 91%, 87%)OKLCH
oklch(0.842 0.075 278)CMYK
cmyk(24%, 21%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95A3FA
2#6B7EF8
3#4159F6
4#1634F4
5#0A25D4
6#081EA9
7#06167F
8#040F55
9#02072A
Tints
Lighter variations
1#C6CDFC
2#CCD3FD
3#D3D8FD
4#D9DEFD
5#DFE3FE
6#E6E9FE
7#ECEEFE
8#F2F4FE
9#F9F9FF
Tones
Muted variations
1#C3CAF9
2#C6CCF6
3#C9CEF3
4#CCD1F0
5#CFD3ED
6#D2D5EA
7#D5D7E7
8#D8D9E4
9#DBDCE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C8 #C0C8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F9D #8F9DFA | BordersInactive statesPlaceholder text |
| 400 | 556A #556AF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2440 #2440F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A25 #0A25D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 081E #081EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0615 #06157A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040E #040E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0208 #020831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F2FE;
--lavender-100: #DDE1FD;
--lavender-200: #C0C8FC;
--lavender-300: #8F9DFA;
--lavender-400: #556AF7;
--lavender-500: #2440F5;
--lavender-600: #0A25D6;
--lavender-700: #081EAA;
--lavender-800: #06157A;
--lavender-900: #040E4E;
--lavender-950: #020831;
}