Lavender
#BFCDFC
BlueColor Codes
All color formats for development
HEX
#BFCDFCRGB
rgb(191, 205, 252)HSL
hsl(226, 91%, 87%)OKLCH
oklch(0.853 0.067 271.9)CMYK
cmyk(24%, 19%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95ADFA
2#6B8CF8
3#416BF6
4#164AF4
5#0A39D4
6#082EA9
7#06227F
8#041755
9#020B2A
Tints
Lighter variations
1#C6D3FC
2#CCD8FD
3#D3DDFD
4#D9E1FD
5#DFE6FE
6#E6EBFE
7#ECF0FE
8#F2F5FE
9#F9FAFF
Tones
Muted variations
1#C3CFF9
2#C6D1F6
3#C9D3F3
4#CCD4F0
5#CFD6ED
6#D2D7EA
7#D5D9E7
8#D8DBE4
9#DBDCE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CE #C0CEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA8 #8FA8FA | BordersInactive statesPlaceholder text |
| 400 | 557A #557AF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2455 #2455F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A3A #0A3AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 082E #082EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0621 #06217A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0415 #04154E | Primary textHigh emphasis contentDark headings |
| 950 | 020D #020D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F4FE;
--lavender-100: #DDE4FD;
--lavender-200: #C0CEFC;
--lavender-300: #8FA8FA;
--lavender-400: #557AF7;
--lavender-500: #2455F5;
--lavender-600: #0A3AD6;
--lavender-700: #082EAA;
--lavender-800: #06217A;
--lavender-900: #04154E;
--lavender-950: #020D31;
}