Lavender
#BEE4FE
BlueColor Codes
All color formats for development
HEX
#BEE4FERGB
rgb(190, 228, 254)HSL
hsl(204, 97%, 87%)OKLCH
oklch(0.9 0.054 238.1)CMYK
cmyk(25%, 10%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92D2FD
2#66C1FD
3#3BAFFC
4#0F9DFB
5#0384DB
6#036AAF
7#024F83
8#013557
9#011A2C
Tints
Lighter variations
1#C4E7FE
2#CBEAFE
3#D1ECFE
4#D8EFFE
5#DEF2FF
6#E5F4FF
7#EBF7FF
8#F2FAFF
9#F8FCFF
Tones
Muted variations
1#C1E4FB
2#C4E3F8
3#C7E2F4
4#CBE2F1
5#CEE1EE
6#D1E0EB
7#D4E0E7
8#D7DFE4
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 | BEE4 #BEE4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD0 #8BD0FD | BordersInactive statesPlaceholder text |
| 400 | 4FB7 #4FB7FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DA3 #1DA3FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0386 #0386DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 036B #036BB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 024C #024C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0131 #013150 | Primary textHigh emphasis contentDark headings |
| 950 | 011E #011E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F9FF;
--lavender-100: #DCF1FE;
--lavender-200: #BEE4FE;
--lavender-300: #8BD0FD;
--lavender-400: #4FB7FC;
--lavender-500: #1DA3FC;
--lavender-600: #0386DD;
--lavender-700: #036BB0;
--lavender-800: #024C7E;
--lavender-900: #013150;
--lavender-950: #011E32;
}