Lavender
#BFE0FC
BlueColor Codes
All color formats for development
HEX
#BFE0FCRGB
rgb(191, 224, 252)HSL
hsl(208, 91%, 87%)OKLCH
oklch(0.892 0.052 244)CMYK
cmyk(24%, 11%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95CBFA
2#6BB6F8
3#41A1F6
4#168DF4
5#0A76D4
6#085EA9
7#06477F
8#042F55
9#02182A
Tints
Lighter variations
1#C6E3FC
2#CCE6FD
3#D3E9FD
4#D9ECFD
5#DFEFFE
6#E6F3FE
7#ECF6FE
8#F2F9FE
9#F9FCFF
Tones
Muted variations
1#C3E0F9
2#C6DFF6
3#C9DFF3
4#CCDFF0
5#CFDFED
6#D2DFEA
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 | C0E0 #C0E0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FC8 #8FC8FA | BordersInactive statesPlaceholder text |
| 400 | 55AB #55ABF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2493 #2493F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A77 #0A77D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 085F #085FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0644 #06447A | Text on light backgroundsHeadingsStrong borders |
| 900 | 042B #042B4E | Primary textHigh emphasis contentDark headings |
| 950 | 021B #021B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F8FE;
--lavender-100: #DDEEFD;
--lavender-200: #C0E0FC;
--lavender-300: #8FC8FA;
--lavender-400: #55ABF7;
--lavender-500: #2493F5;
--lavender-600: #0A77D6;
--lavender-700: #085FAA;
--lavender-800: #06447A;
--lavender-900: #042B4E;
--lavender-950: #021B31;
}