Lavender
#BFD8FD
BlueColor Codes
All color formats for development
HEX
#BFD8FDRGB
rgb(191, 216, 253)HSL
hsl(216, 94%, 87%)OKLCH
oklch(0.876 0.058 258.1)CMYK
cmyk(25%, 15%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94BDFC
2#69A3FA
3#3E89F9
4#136EF8
5#075AD7
6#0548AC
7#043681
8#032456
9#01122B
Tints
Lighter variations
1#C5DCFD
2#CCDFFD
3#D2E3FE
4#D8E7FE
5#DFEBFE
6#E5EFFE
7#ECF3FE
8#F2F7FF
9#F9FBFF
Tones
Muted variations
1#C2D8FA
2#C5D9F7
3#C8D9F4
4#CBDAF1
5#CEDBED
6#D1DBEA
7#D5DCE7
8#D8DDE4
9#DBDDE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEA #DCEAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD8 #BFD8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB9 #8DB9FB | BordersInactive statesPlaceholder text |
| 400 | 5295 #5295FA | Disabled statesSecondary iconsMuted text |
| 500 | 2077 #2077F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 075B #075BDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0548 #0548AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0434 #04347C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0221 #02214F | Primary textHigh emphasis contentDark headings |
| 950 | 0215 #021531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F6FF;
--lavender-100: #DCEAFE;
--lavender-200: #BFD8FD;
--lavender-300: #8DB9FB;
--lavender-400: #5295FA;
--lavender-500: #2077F8;
--lavender-600: #075BDA;
--lavender-700: #0548AD;
--lavender-800: #04347C;
--lavender-900: #02214F;
--lavender-950: #021531;
}