Lavender
#BDE4FF
BlueColor Codes
All color formats for development
HEX
#BDE4FFRGB
rgb(189, 228, 255)HSL
hsl(205, 100%, 87%)OKLCH
oklch(0.9 0.055 238.5)CMYK
cmyk(26%, 11%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90D1FF
2#64BEFF
3#38ACFF
4#0B99FF
5#0081DE
6#0068B1
7#004E85
8#003459
9#001A2C
Tints
Lighter variations
1#C3E6FF
2#CAE9FF
3#D1ECFF
4#D7EEFF
5#DEF1FF
6#E4F4FF
7#EBF7FF
8#F2F9FF
9#F8FCFF
Tones
Muted variations
1#C0E3FC
2#C3E2F8
3#C7E2F5
4#CAE1F2
5#CDE1EE
6#D1E0EB
7#D4E0E8
8#D7DFE4
9#DBDEE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF0 #DBF0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE3 #BDE3FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ACE #8ACEFF | BordersInactive statesPlaceholder text |
| 400 | 4DB5 #4DB5FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A9F #1A9FFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0083 #0083E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0068 #0068B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 004A #004A80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0030 #003052 | Primary textHigh emphasis contentDark headings |
| 950 | 001E #001E33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F9FF;
--lavender-100: #DBF0FF;
--lavender-200: #BDE3FF;
--lavender-300: #8ACEFF;
--lavender-400: #4DB5FF;
--lavender-500: #1A9FFF;
--lavender-600: #0083E0;
--lavender-700: #0068B3;
--lavender-800: #004A80;
--lavender-900: #003052;
--lavender-950: #001E33;
}