Lavender
#BFCAFC
BlueColor Codes
All color formats for development
HEX
#BFCAFCRGB
rgb(191, 202, 252)HSL
hsl(229, 91%, 87%)OKLCH
oklch(0.847 0.071 275.1)CMYK
cmyk(24%, 20%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95A8FA
2#6B85F8
3#4162F6
4#163FF4
5#0A2FD4
6#0826A9
7#061C7F
8#041355
9#02092A
Tints
Lighter variations
1#C6D0FC
2#CCD5FD
3#D3DAFD
4#D9E0FD
5#DFE5FE
6#E6EAFE
7#ECEFFE
8#F2F5FE
9#F9FAFF
Tones
Muted variations
1#C3CDF9
2#C6CFF6
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 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CB #C0CBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA3 #8FA3FA | BordersInactive statesPlaceholder text |
| 400 | 5572 #5572F7 | Disabled statesSecondary iconsMuted text |
| 500 | 244A #244AF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A30 #0A30D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0826 #0826AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061B #061B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0411 #04114E | Primary textHigh emphasis contentDark headings |
| 950 | 020B #020B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F3FE;
--lavender-100: #DDE3FD;
--lavender-200: #C0CBFC;
--lavender-300: #8FA3FA;
--lavender-400: #5572F7;
--lavender-500: #244AF5;
--lavender-600: #0A30D6;
--lavender-700: #0826AA;
--lavender-800: #061B7A;
--lavender-900: #04114E;
--lavender-950: #020B31;
}