Lavender
#BFDFFC
BlueColor Codes
All color formats for development
HEX
#BFDFFCRGB
rgb(191, 223, 252)HSL
hsl(209, 91%, 87%)OKLCH
oklch(0.89 0.053 245.8)CMYK
cmyk(24%, 12%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95C9FA
2#6BB4F8
3#419EF6
4#1689F4
5#0A72D4
6#085BA9
7#06457F
8#042E55
9#02172A
Tints
Lighter variations
1#C6E2FC
2#CCE5FD
3#D3E8FD
4#D9ECFD
5#DFEFFE
6#E6F2FE
7#ECF5FE
8#F2F9FE
9#F9FCFF
Tones
Muted variations
1#C3DFF9
2#C6DFF6
3#C9DFF3
4#CCDEF0
5#CFDEED
6#D2DEEA
7#D5DEE7
8#D8DEE4
9#DBDEE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DF #C0DFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FC6 #8FC6FA | BordersInactive statesPlaceholder text |
| 400 | 55A8 #55A8F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2490 #2490F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A74 #0A74D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 085C #085CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0642 #06427A | Text on light backgroundsHeadingsStrong borders |
| 900 | 042A #042A4E | Primary textHigh emphasis contentDark headings |
| 950 | 021A #021A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F8FE;
--lavender-100: #DDEEFD;
--lavender-200: #C0DFFC;
--lavender-300: #8FC6FA;
--lavender-400: #55A8F7;
--lavender-500: #2490F5;
--lavender-600: #0A74D6;
--lavender-700: #085CAA;
--lavender-800: #06427A;
--lavender-900: #042A4E;
--lavender-950: #021A31;
}