Lavender
#DFDBFF
BlueColor Codes
All color formats for development
HEX
#DFDBFFRGB
rgb(223, 219, 255)HSL
hsl(247, 100%, 93%)OKLCH
oklch(0.906 0.049 290.5)CMYK
cmyk(13%, 14%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B6ACFF
2#8C7CFF
3#624DFF
4#381EFF
5#1C00ED
6#1600BE
7#11008E
8#0B005F
9#06002F
Tints
Lighter variations
1#E3DFFF
2#E6E2FF
3#E9E6FF
4#ECEAFF
5#EFEDFF
6#F2F1FF
7#F6F4FF
8#F9F8FF
9#FCFBFF
Tones
Muted variations
1#E1DDFD
2#E2DFFB
3#E4E1FA
4#E5E2F8
5#E6E4F6
6#E8E6F4
7#E9E8F3
8#EAEAF1
9#ECEBEF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDB #DFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BD #C4BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 978A #978AFF | BordersInactive statesPlaceholder text |
| 400 | 614D #614DFF | Disabled statesSecondary iconsMuted text |
| 500 | 341A #341AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A00 #1A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1500 #1500B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F00 #0F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A00 #0A0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0600 #060033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F0FF;
--lavender-100: #DFDBFF;
--lavender-200: #C4BDFF;
--lavender-300: #978AFF;
--lavender-400: #614DFF;
--lavender-500: #341AFF;
--lavender-600: #1A00E0;
--lavender-700: #1500B3;
--lavender-800: #0F0080;
--lavender-900: #0A0052;
--lavender-950: #060033;
}