Lavender
#D8BFFD
PurpleColor Codes
All color formats for development
HEX
#D8BFFDRGB
rgb(216, 191, 253)HSL
hsl(264, 94%, 87%)OKLCH
oklch(0.846 0.089 303)CMYK
cmyk(15%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BD94FC
2#A369FA
3#893EF9
4#6E13F8
5#5A07D7
6#4805AC
7#360481
8#240356
9#12012B
Tints
Lighter variations
1#DCC5FD
2#DFCCFD
3#E3D2FE
4#E7D8FE
5#EBDFFE
6#EFE5FE
7#F3ECFE
8#F7F2FF
9#FBF9FF
Tones
Muted variations
1#D8C2FA
2#D9C5F7
3#D9C8F4
4#DACBF1
5#DBCEED
6#DBD1EA
7#DCD5E7
8#DDD8E4
9#DDDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BF #D8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B98D #B98DFB | BordersInactive statesPlaceholder text |
| 400 | 9552 #9552FA | Disabled statesSecondary iconsMuted text |
| 500 | 7720 #7720F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B07 #5B07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4805 #4805AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3404 #34047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2102 #21024F | Primary textHigh emphasis contentDark headings |
| 950 | 1502 #150231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F6F0FF;
--lavender-100: #EADCFE;
--lavender-200: #D8BFFD;
--lavender-300: #B98DFB;
--lavender-400: #9552FA;
--lavender-500: #7720F8;
--lavender-600: #5B07DA;
--lavender-700: #4805AD;
--lavender-800: #34047C;
--lavender-900: #21024F;
--lavender-950: #150231;
}