Lavender
#BFE2FD
BlueColor Codes
All color formats for development
HEX
#BFE2FDRGB
rgb(191, 226, 253)HSL
hsl(206, 94%, 87%)OKLCH
oklch(0.896 0.052 241.4)CMYK
cmyk(25%, 11%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94CFFC
2#69BBFA
3#3EA8F9
4#1394F8
5#077DD7
6#0564AC
7#044B81
8#033256
9#01192B
Tints
Lighter variations
1#C5E5FD
2#CCE8FD
3#D2EBFE
4#D8EEFE
5#DFF1FE
6#E5F3FE
7#ECF6FE
8#F2F9FF
9#F9FCFF
Tones
Muted variations
1#C2E2FA
2#C5E1F7
3#C8E1F4
4#CBE0F1
5#CEE0ED
6#D1E0EA
7#D5DFE7
8#D8DFE4
9#DBDEE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEF #DCEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE2 #BFE2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DCC #8DCCFB | BordersInactive statesPlaceholder text |
| 400 | 52B1 #52B1FA | Disabled statesSecondary iconsMuted text |
| 500 | 209B #209BF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 077E #077EDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0564 #0564AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0448 #04487C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022E #022E4F | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F8FF;
--lavender-100: #DCEFFE;
--lavender-200: #BFE2FD;
--lavender-300: #8DCCFB;
--lavender-400: #52B1FA;
--lavender-500: #209BF8;
--lavender-600: #077EDA;
--lavender-700: #0564AD;
--lavender-800: #04487C;
--lavender-900: #022E4F;
--lavender-950: #021D31;
}