Lavender
#BDE6FF
BlueColor Codes
All color formats for development
HEX
#BDE6FFRGB
rgb(189, 230, 255)HSL
hsl(203, 100%, 87%)OKLCH
oklch(0.904 0.055 235)CMYK
cmyk(26%, 10%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90D5FF
2#64C4FF
3#38B3FF
4#0BA2FF
5#0089DE
6#006DB1
7#005285
8#003759
9#001B2C
Tints
Lighter variations
1#C3E8FF
2#CAEBFF
3#D1EDFF
4#D7F0FF
5#DEF2FF
6#E4F5FF
7#EBF7FF
8#F2FAFF
9#F8FCFF
Tones
Muted variations
1#C0E5FC
2#C3E4F8
3#C7E3F5
4#CAE2F2
5#CDE2EE
6#D1E1EB
7#D4E0E8
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 | DBF1 #DBF1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE6 #BDE6FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD2 #8AD2FF | BordersInactive statesPlaceholder text |
| 400 | 4DBB #4DBBFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AA7 #1AA7FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 008A #008AE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 006E #006EB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 004F #004F80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0032 #003252 | Primary textHigh emphasis contentDark headings |
| 950 | 001F #001F33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F9FF;
--lavender-100: #DBF1FF;
--lavender-200: #BDE6FF;
--lavender-300: #8AD2FF;
--lavender-400: #4DBBFF;
--lavender-500: #1AA7FF;
--lavender-600: #008AE0;
--lavender-700: #006EB3;
--lavender-800: #004F80;
--lavender-900: #003252;
--lavender-950: #001F33;
}