Lavender
#BDE7FF
BlueColor Codes
All color formats for development
HEX
#BDE7FFRGB
rgb(189, 231, 255)HSL
hsl(202, 100%, 87%)OKLCH
oklch(0.906 0.055 233.2)CMYK
cmyk(26%, 9%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#90D6FF
2#64C6FF
3#38B6FF
4#0BA6FF
5#008DDE
6#0070B1
7#005485
8#003859
9#001C2C
Tints
Lighter variations
1#C3E9FF
2#CAECFF
3#D1EEFF
4#D7F0FF
5#DEF3FF
6#E4F5FF
7#EBF8FF
8#F2FAFF
9#F8FDFF
Tones
Muted variations
1#C0E6FC
2#C3E5F8
3#C7E4F5
4#CAE3F2
5#CDE2EE
6#D1E1EB
7#D4E1E8
8#D7E0E4
9#DBDFE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF2 #DBF2FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE7 #BDE7FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD4 #8AD4FF | BordersInactive statesPlaceholder text |
| 400 | 4DBE #4DBEFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AAB #1AABFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 008E #008EE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0071 #0071B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0051 #005180 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0034 #003452 | Primary textHigh emphasis contentDark headings |
| 950 | 0020 #002033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F9FF;
--lavender-100: #DBF2FF;
--lavender-200: #BDE7FF;
--lavender-300: #8AD4FF;
--lavender-400: #4DBEFF;
--lavender-500: #1AABFF;
--lavender-600: #008EE0;
--lavender-700: #0071B3;
--lavender-800: #005180;
--lavender-900: #003452;
--lavender-950: #002033;
}