Lavender
#BEE9FE
BlueColor Codes
All color formats for development
HEX
#BEE9FERGB
rgb(190, 233, 254)HSL
hsl(200, 97%, 87%)OKLCH
oklch(0.91 0.053 229.1)CMYK
cmyk(25%, 8%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92DAFD
2#66CBFD
3#3BBCFC
4#0FADFB
5#0393DB
6#0375AF
7#025883
8#013B57
9#011D2C
Tints
Lighter variations
1#C4EBFE
2#CBEDFE
3#D1EFFE
4#D8F2FE
5#DEF4FF
6#E5F6FF
7#EBF8FF
8#F2FBFF
9#F8FDFF
Tones
Muted variations
1#C1E7FB
2#C4E6F8
3#C7E5F4
4#CBE4F1
5#CEE3EE
6#D1E2EB
7#D4E1E7
8#D7E0E4
9#DBDFE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF3 #DCF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE9 #BEE9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD7 #8BD7FD | BordersInactive statesPlaceholder text |
| 400 | 4FC3 #4FC3FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DB1 #1DB1FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0394 #0394DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0376 #0376B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0254 #02547E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0136 #013650 | Primary textHigh emphasis contentDark headings |
| 950 | 0122 #012232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FAFF;
--lavender-100: #DCF3FE;
--lavender-200: #BEE9FE;
--lavender-300: #8BD7FD;
--lavender-400: #4FC3FC;
--lavender-500: #1DB1FC;
--lavender-600: #0394DD;
--lavender-700: #0376B0;
--lavender-800: #02547E;
--lavender-900: #013650;
--lavender-950: #012232;
}