Lavender
#BFCFFD
BlueColor Codes
All color formats for development
HEX
#BFCFFDRGB
rgb(191, 207, 253)HSL
hsl(225, 94%, 87%)OKLCH
oklch(0.858 0.067 269.9)CMYK
cmyk(25%, 18%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94AEFC
2#698DFA
3#3E6CF9
4#134CF8
5#073BD7
6#052FAC
7#042381
8#031856
9#010C2B
Tints
Lighter variations
1#C5D3FD
2#CCD8FD
3#D2DDFE
4#D8E2FE
5#DFE7FE
6#E5ECFE
7#ECF0FE
8#F2F5FF
9#F9FAFF
Tones
Muted variations
1#C2D0FA
2#C5D1F7
3#C8D3F4
4#CBD5F1
5#CED6ED
6#D1D8EA
7#D5D9E7
8#D8DBE4
9#DBDCE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE5 #DCE5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCE #BFCEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DA9 #8DA9FB | BordersInactive statesPlaceholder text |
| 400 | 527C #527CFA | Disabled statesSecondary iconsMuted text |
| 500 | 2056 #2056F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 073B #073BDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 052F #052FAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0422 #04227C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0216 #02164F | Primary textHigh emphasis contentDark headings |
| 950 | 020E #020E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F4FF;
--lavender-100: #DCE5FE;
--lavender-200: #BFCEFD;
--lavender-300: #8DA9FB;
--lavender-400: #527CFA;
--lavender-500: #2056F8;
--lavender-600: #073BDA;
--lavender-700: #052FAD;
--lavender-800: #04227C;
--lavender-900: #02164F;
--lavender-950: #020E31;
}