Lavender
#BEC3FE
BlueColor Codes
All color formats for development
HEX
#BEC3FERGB
rgb(190, 195, 254)HSL
hsl(235, 97%, 87%)OKLCH
oklch(0.834 0.083 280.7)CMYK
cmyk(25%, 23%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#929BFD
2#6673FD
3#3B4BFC
4#0F23FB
5#0315DB
6#0311AF
7#020D83
8#010957
9#01042C
Tints
Lighter variations
1#C4C9FE
2#CBCFFE
3#D1D5FE
4#D8DBFE
5#DEE1FF
6#E5E7FF
7#EBEDFF
8#F2F3FF
9#F8F9FF
Tones
Muted variations
1#C1C6FB
2#C4C8F8
3#C7CBF4
4#CBCEF1
5#CED0EE
6#D1D3EB
7#D4D6E7
8#D7D8E4
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC3 #BEC3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B95 #8B95FD | BordersInactive statesPlaceholder text |
| 400 | 4F5E #4F5EFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D2F #1D2FFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0316 #0316DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0311 #0311B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 020C #020C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0108 #010850 | Primary textHigh emphasis contentDark headings |
| 950 | 0105 #010532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F1FF;
--lavender-100: #DCDFFE;
--lavender-200: #BEC3FE;
--lavender-300: #8B95FD;
--lavender-400: #4F5EFC;
--lavender-500: #1D2FFC;
--lavender-600: #0316DD;
--lavender-700: #0311B0;
--lavender-800: #020C7E;
--lavender-900: #010850;
--lavender-950: #010532;
}