Lavender
#DBDBFF
BlueColor Codes
All color formats for development
HEX
#DBDBFFRGB
rgb(219, 219, 255)HSL
hsl(240, 100%, 93%)OKLCH
oklch(0.903 0.049 285.4)CMYK
cmyk(14%, 14%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ACACFF
2#7C7CFF
3#4D4DFF
4#1E1EFF
5#0000ED
6#0000BE
7#00008E
8#00005F
9#00002F
Tints
Lighter variations
1#DFDFFF
2#E2E2FF
3#E6E6FF
4#EAEAFF
5#EDEDFF
6#F1F1FF
7#F4F4FF
8#F8F8FF
9#FBFBFF
Tones
Muted variations
1#DDDDFD
2#DFDFFB
3#E1E1FA
4#E2E2F8
5#E4E4F6
6#E6E6F4
7#E8E8F3
8#EAEAF1
9#EBEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDB #DBDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDBD #BDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A8A #8A8AFF | BordersInactive statesPlaceholder text |
| 400 | 4D4D #4D4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A1A #1A1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0000 #0000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0000 #0000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0000 #000080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0000 #000052 | Primary textHigh emphasis contentDark headings |
| 950 | 0000 #000033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F0FF;
--lavender-100: #DBDBFF;
--lavender-200: #BDBDFF;
--lavender-300: #8A8AFF;
--lavender-400: #4D4DFF;
--lavender-500: #1A1AFF;
--lavender-600: #0000E0;
--lavender-700: #0000B3;
--lavender-800: #000080;
--lavender-900: #000052;
--lavender-950: #000033;
}