Lavender
#BDE5FE
BlueColor Codes
All color formats for development
HEX
#BDE5FERGB
rgb(189, 229, 254)HSL
hsl(203, 97%, 87%)OKLCH
oklch(0.902 0.054 235.6)CMYK
cmyk(26%, 10%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92D4FD
2#66C3FD
3#3BB2FC
4#0FA1FB
5#0388DB
6#036DAF
7#025283
8#013657
9#011B2C
Tints
Lighter variations
1#C4E8FE
2#CBEAFE
3#D1EDFE
4#D8F0FE
5#DEF2FF
6#E5F5FF
7#EBF7FF
8#F2FAFF
9#F8FCFF
Tones
Muted variations
1#C1E5FB
2#C4E4F8
3#C7E3F4
4#CBE2F1
5#CEE2EE
6#D1E1EB
7#D4E0E7
8#D7DFE4
9#DBDFE1
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 | BEE5 #BEE5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD2 #8BD2FD | BordersInactive statesPlaceholder text |
| 400 | 4FBA #4FBAFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DA6 #1DA6FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 038A #038ADD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 036D #036DB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 024E #024E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0132 #013250 | Primary textHigh emphasis contentDark headings |
| 950 | 011F #011F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F9FF;
--lavender-100: #DCF1FE;
--lavender-200: #BEE5FE;
--lavender-300: #8BD2FD;
--lavender-400: #4FBAFC;
--lavender-500: #1DA6FC;
--lavender-600: #038ADD;
--lavender-700: #036DB0;
--lavender-800: #024E7E;
--lavender-900: #013250;
--lavender-950: #011F32;
}