Lavender
#BEE3FD
BlueColor Codes
All color formats for development
HEX
#BEE3FDRGB
rgb(190, 227, 253)HSL
hsl(205, 94%, 87%)OKLCH
oklch(0.898 0.053 238.8)CMYK
cmyk(25%, 10%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94D0FC
2#69BEFA
3#3EABF9
4#1398F8
5#0780D7
6#0567AC
7#044D81
8#033356
9#011A2B
Tints
Lighter variations
1#C5E6FD
2#CCE9FD
3#D2EBFE
4#D8EEFE
5#DFF1FE
6#E5F4FE
7#ECF7FE
8#F2F9FF
9#F9FCFF
Tones
Muted variations
1#C2E3FA
2#C5E2F7
3#C8E1F4
4#CBE1F1
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 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF0 #DCF0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE3 #BFE3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DCE #8DCEFB | BordersInactive statesPlaceholder text |
| 400 | 52B4 #52B4FA | Disabled statesSecondary iconsMuted text |
| 500 | 209E #209EF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0782 #0782DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0567 #0567AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 044A #044A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022F #022F4F | 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: #F0F9FF;
--lavender-100: #DCF0FE;
--lavender-200: #BFE3FD;
--lavender-300: #8DCEFB;
--lavender-400: #52B4FA;
--lavender-500: #209EF8;
--lavender-600: #0782DA;
--lavender-700: #0567AD;
--lavender-800: #044A7C;
--lavender-900: #022F4F;
--lavender-950: #021D31;
}