Lavender
#BEE4FD
BlueColor Codes
All color formats for development
HEX
#BEE4FDRGB
rgb(190, 228, 253)HSL
hsl(204, 94%, 87%)OKLCH
oklch(0.9 0.053 237)CMYK
cmyk(25%, 10%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94D2FC
2#69C0FA
3#3EAEF9
4#139CF8
5#0784D7
6#0569AC
7#044F81
8#033556
9#011A2B
Tints
Lighter variations
1#C5E7FD
2#CCE9FD
3#D2ECFE
4#D8EFFE
5#DFF2FE
6#E5F4FE
7#ECF7FE
8#F2FAFF
9#F9FCFF
Tones
Muted variations
1#C2E3FA
2#C5E3F7
3#C8E2F4
4#CBE2F1
5#CEE1ED
6#D1E0EA
7#D5E0E7
8#D8DFE4
9#DBDEE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF1 #DCF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE4 #BFE4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DCF #8DCFFB | BordersInactive statesPlaceholder text |
| 400 | 52B7 #52B7FA | Disabled statesSecondary iconsMuted text |
| 500 | 20A2 #20A2F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0785 #0785DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 056A #056AAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 044C #044C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0230 #02304F | Primary textHigh emphasis contentDark headings |
| 950 | 021E #021E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F9FF;
--lavender-100: #DCF1FE;
--lavender-200: #BFE4FD;
--lavender-300: #8DCFFB;
--lavender-400: #52B7FA;
--lavender-500: #20A2F8;
--lavender-600: #0785DA;
--lavender-700: #056AAD;
--lavender-800: #044C7C;
--lavender-900: #02304F;
--lavender-950: #021E31;
}