Lavender
#D0BFFD
PurpleColor Codes
All color formats for development
HEX
#D0BFFDRGB
rgb(208, 191, 253)HSL
hsl(256, 94%, 87%)OKLCH
oklch(0.84 0.087 297.1)CMYK
cmyk(18%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AF94FC
2#8F69FA
3#703EF9
4#5013F8
5#3E07D7
6#3205AC
7#250481
8#190356
9#0C012B
Tints
Lighter variations
1#D4C5FD
2#D9CCFD
3#DED2FE
4#E2D8FE
5#E7DFFE
6#ECE5FE
7#F1ECFE
8#F5F2FF
9#FAF9FF
Tones
Muted variations
1#D1C2FA
2#D2C5F7
3#D4C8F4
4#D5CBF1
5#D7CEED
6#D8D1EA
7#D9D5E7
8#DBD8E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBF #CFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8D #AB8DFB | BordersInactive statesPlaceholder text |
| 400 | 7F52 #7F52FA | Disabled statesSecondary iconsMuted text |
| 500 | 5A20 #5A20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F07 #3F07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3205 #3205AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2404 #24047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1702 #17024F | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F0FF;
--lavender-100: #E5DCFE;
--lavender-200: #CFBFFD;
--lavender-300: #AB8DFB;
--lavender-400: #7F52FA;
--lavender-500: #5A20F8;
--lavender-600: #3F07DA;
--lavender-700: #3205AD;
--lavender-800: #24047C;
--lavender-900: #17024F;
--lavender-950: #0E0231;
}