Lavender
#D3BFFD
PurpleColor Codes
All color formats for development
HEX
#D3BFFDRGB
rgb(211, 191, 253)HSL
hsl(259, 94%, 87%)OKLCH
oklch(0.842 0.088 299.3)CMYK
cmyk(17%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B594FC
2#9769FA
3#793EF9
4#5B13F8
5#4907D7
6#3A05AC
7#2C0481
8#1D0356
9#0F012B
Tints
Lighter variations
1#D7C5FD
2#DBCCFD
3#E0D2FE
4#E4D8FE
5#E9DFFE
6#EDE5FE
7#F2ECFE
8#F6F2FF
9#FBF9FF
Tones
Muted variations
1#D4C2FA
2#D5C5F7
3#D6C8F4
4#D7CBF1
5#D8CEED
6#D9D1EA
7#DAD5E7
8#DCD8E4
9#DDDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DC #E7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BF #D2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B08D #B08DFB | BordersInactive statesPlaceholder text |
| 400 | 8752 #8752FA | Disabled statesSecondary iconsMuted text |
| 500 | 6520 #6520F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A07 #4A07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A05 #3A05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A04 #2A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B02 #1B024F | Primary textHigh emphasis contentDark headings |
| 950 | 1102 #110231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F0FF;
--lavender-100: #E7DCFE;
--lavender-200: #D2BFFD;
--lavender-300: #B08DFB;
--lavender-400: #8752FA;
--lavender-500: #6520F8;
--lavender-600: #4A07DA;
--lavender-700: #3A05AD;
--lavender-800: #2A047C;
--lavender-900: #1B024F;
--lavender-950: #110231;
}