Lavender
#BFD6FC
BlueColor Codes
All color formats for development
HEX
#BFD6FCRGB
rgb(191, 214, 252)HSL
hsl(217, 91%, 87%)OKLCH
oklch(0.871 0.058 260.4)CMYK
cmyk(24%, 15%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95BCFA
2#6BA1F8
3#4186F6
4#166BF4
5#0A57D4
6#0846A9
7#06347F
8#042355
9#02112A
Tints
Lighter variations
1#C6DBFC
2#CCDFFD
3#D3E3FD
4#D9E7FD
5#DFEBFE
6#E6EFFE
7#ECF3FE
8#F2F7FE
9#F9FBFF
Tones
Muted variations
1#C3D8F9
2#C6D8F6
3#C9D9F3
4#CCDAF0
5#CFDAED
6#D2DBEA
7#D5DCE7
8#D8DCE4
9#DBDDE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D7 #C0D7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FB8 #8FB8FA | BordersInactive statesPlaceholder text |
| 400 | 5593 #5593F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2474 #2474F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A58 #0A58D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0846 #0846AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0632 #06327A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0420 #04204E | Primary textHigh emphasis contentDark headings |
| 950 | 0214 #021431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F6FE;
--lavender-100: #DDE9FD;
--lavender-200: #C0D7FC;
--lavender-300: #8FB8FA;
--lavender-400: #5593F7;
--lavender-500: #2474F5;
--lavender-600: #0A58D6;
--lavender-700: #0846AA;
--lavender-800: #06327A;
--lavender-900: #04204E;
--lavender-950: #021431;
}