Lavender
#BDD8FE
BlueColor Codes
All color formats for development
HEX
#BDD8FERGB
rgb(189, 216, 254)HSL
hsl(215, 97%, 87%)OKLCH
oklch(0.875 0.06 256.9)CMYK
cmyk(26%, 15%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92BFFD
2#66A5FD
3#3B8BFC
4#0F71FB
5#035DDB
6#034AAF
7#023883
8#012557
9#01132C
Tints
Lighter variations
1#C4DCFE
2#CBE0FE
3#D1E4FE
4#D8E8FE
5#DEECFF
6#E5F0FF
7#EBF3FF
8#F2F7FF
9#F8FBFF
Tones
Muted variations
1#C1D9FB
2#C4DAF8
3#C7DAF4
4#CBDBF1
5#CEDBEE
6#D1DCEB
7#D4DCE7
8#D7DDE4
9#DBDDE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEA #DCEAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED8 #BED8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BBB #8BBBFD | BordersInactive statesPlaceholder text |
| 400 | 4F97 #4F97FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D7A #1D7AFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 035E #035EDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 034B #034BB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0235 #02357E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0122 #012250 | Primary textHigh emphasis contentDark headings |
| 950 | 0115 #011532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F6FF;
--lavender-100: #DCEAFE;
--lavender-200: #BED8FE;
--lavender-300: #8BBBFD;
--lavender-400: #4F97FC;
--lavender-500: #1D7AFC;
--lavender-600: #035EDD;
--lavender-700: #034BB0;
--lavender-800: #02357E;
--lavender-900: #012250;
--lavender-950: #011532;
}