Lavender
#DBEBFF
BlueColor Codes
All color formats for development
HEX
#DBEBFFRGB
rgb(219, 235, 255)HSL
hsl(213, 100%, 93%)OKLCH
oklch(0.934 0.032 254)CMYK
cmyk(14%, 8%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACD1FF
2#7CB7FF
3#4D9DFF
4#1E83FF
5#006BED
6#0055BE
7#00408E
8#002B5F
9#00152F
Tints
Lighter variations
1#DFEDFF
2#E2EFFF
3#E6F1FF
4#EAF3FF
5#EDF5FF
6#F1F7FF
7#F4F9FF
8#F8FBFF
9#FBFDFF
Tones
Muted variations
1#DDECFD
2#DFECFB
3#E1ECFA
4#E2ECF8
5#E4ECF6
6#E6ECF4
7#E8EDF3
8#EAEDF1
9#EBEDEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBEB #DBEBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDB #BDDBFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ABE #8ABEFF | BordersInactive statesPlaceholder text |
| 400 | 4D9D #4D9DFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A81 #1A81FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0065 #0065E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0050 #0050B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0039 #003980 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0025 #002552 | Primary textHigh emphasis contentDark headings |
| 950 | 0017 #001733 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F7FF;
--lavender-100: #DBEBFF;
--lavender-200: #BDDBFF;
--lavender-300: #8ABEFF;
--lavender-400: #4D9DFF;
--lavender-500: #1A81FF;
--lavender-600: #0065E0;
--lavender-700: #0050B3;
--lavender-800: #003980;
--lavender-900: #002552;
--lavender-950: #001733;
}