Lavender
#BECDFE
BlueColor Codes
All color formats for development
HEX
#BECDFERGB
rgb(190, 205, 254)HSL
hsl(226, 97%, 87%)OKLCH
oklch(0.853 0.07 271.6)CMYK
cmyk(25%, 19%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92ABFD
2#6689FD
3#3B68FC
4#0F46FB
5#0336DB
6#032BAF
7#022083
8#011557
9#010B2C
Tints
Lighter variations
1#C4D2FE
2#CBD7FE
3#D1DCFE
4#D8E1FE
5#DEE6FF
6#E5EBFF
7#EBF0FF
8#F2F5FF
9#F8FAFF
Tones
Muted variations
1#C1CEFB
2#C4D0F8
3#C7D2F4
4#CBD4F1
5#CED5EE
6#D1D7EB
7#D4D9E7
8#D7DAE4
9#DBDCE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE4 #DCE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BECD #BECDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA6 #8BA6FD | BordersInactive statesPlaceholder text |
| 400 | 4F78 #4F78FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D51 #1D51FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0336 #0336DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 032B #032BB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 021F #021F7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0114 #011450 | Primary textHigh emphasis contentDark headings |
| 950 | 010C #010C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F3FF;
--lavender-100: #DCE4FE;
--lavender-200: #BECDFE;
--lavender-300: #8BA6FD;
--lavender-400: #4F78FC;
--lavender-500: #1D51FC;
--lavender-600: #0336DD;
--lavender-700: #032BB0;
--lavender-800: #021F7E;
--lavender-900: #011450;
--lavender-950: #010C32;
}