Lavender
#D6BFFD
PurpleColor Codes
All color formats for development
HEX
#D6BFFDRGB
rgb(214, 191, 253)HSL
hsl(262, 94%, 87%)OKLCH
oklch(0.845 0.088 301.5)CMYK
cmyk(15%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BA94FC
2#9E69FA
3#823EF9
4#6713F8
5#5307D7
6#4205AC
7#320481
8#210356
9#11012B
Tints
Lighter variations
1#DAC5FD
2#DECCFD
3#E2D2FE
4#E6D8FE
5#EADFFE
6#EEE5FE
7#F3ECFE
8#F7F2FF
9#FBF9FF
Tones
Muted variations
1#D6C2FA
2#D7C5F7
3#D8C8F4
4#D9CBF1
5#DACEED
6#DBD1EA
7#DBD5E7
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 | E9DC #E9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BF #D6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B68D #B68DFB | BordersInactive statesPlaceholder text |
| 400 | 8F52 #8F52FA | Disabled statesSecondary iconsMuted text |
| 500 | 6F20 #6F20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5407 #5407DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4305 #4305AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3004 #30047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F02 #1F024F | Primary textHigh emphasis contentDark headings |
| 950 | 1302 #130231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F0FF;
--lavender-100: #E9DCFE;
--lavender-200: #D6BFFD;
--lavender-300: #B68DFB;
--lavender-400: #8F52FA;
--lavender-500: #6F20F8;
--lavender-600: #5407DA;
--lavender-700: #4305AD;
--lavender-800: #30047C;
--lavender-900: #1F024F;
--lavender-950: #130231;
}