Lavender
#BEE9FD
BlueColor Codes
All color formats for development
HEX
#BEE9FDRGB
rgb(190, 233, 253)HSL
hsl(199, 94%, 87%)OKLCH
oklch(0.91 0.052 227.8)CMYK
cmyk(25%, 8%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94DBFC
2#69CCFA
3#3EBEF9
4#13AFF8
5#0795D7
6#0577AC
7#045981
8#033C56
9#011E2B
Tints
Lighter variations
1#C5EBFD
2#CCEEFD
3#D2F0FE
4#D8F2FE
5#DFF4FE
6#E5F6FE
7#ECF8FE
8#F2FBFF
9#F9FDFF
Tones
Muted variations
1#C2E8FA
2#C5E7F7
3#C8E6F4
4#CBE5F1
5#CEE4ED
6#D1E2EA
7#D5E1E7
8#D8E0E4
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 | BFE9 #BFE9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD9 #8DD9FB | BordersInactive statesPlaceholder text |
| 400 | 52C5 #52C5FA | Disabled statesSecondary iconsMuted text |
| 500 | 20B4 #20B4F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0797 #0797DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0578 #0578AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0456 #04567C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0237 #02374F | Primary textHigh emphasis contentDark headings |
| 950 | 0222 #022231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0FAFF;
--lavender-100: #DCF3FE;
--lavender-200: #BFE9FD;
--lavender-300: #8DD9FB;
--lavender-400: #52C5FA;
--lavender-500: #20B4F8;
--lavender-600: #0797DA;
--lavender-700: #0578AD;
--lavender-800: #04567C;
--lavender-900: #02374F;
--lavender-950: #022231;
}