Lavender
#D3BFFC
PurpleColor Codes
All color formats for development
HEX
#D3BFFCRGB
rgb(211, 191, 252)HSL
hsl(260, 91%, 87%)OKLCH
oklch(0.842 0.086 299.6)CMYK
cmyk(16%, 24%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B795FA
2#9A6BF8
3#7D41F6
4#6016F4
5#4D0AD4
6#3E08A9
7#2E067F
8#1F0455
9#0F022A
Tints
Lighter variations
1#D8C6FC
2#DCCCFD
3#E1D3FD
4#E5D9FD
5#E9DFFE
6#EEE6FE
7#F2ECFE
8#F6F2FE
9#FBF9FF
Tones
Muted variations
1#D5C3F9
2#D6C6F6
3#D7C9F3
4#D8CCF0
5#D9CFED
6#DAD2EA
7#DBD5E7
8#DCD8E4
9#DDDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C0 #D4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | B38F #B38FFA | BordersInactive statesPlaceholder text |
| 400 | 8B55 #8B55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 6924 #6924F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E0A #4E0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E08 #3E08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C06 #2C067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C04 #1C044E | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F0FE;
--lavender-100: #E8DDFD;
--lavender-200: #D4C0FC;
--lavender-300: #B38FFA;
--lavender-400: #8B55F7;
--lavender-500: #6924F5;
--lavender-600: #4E0AD6;
--lavender-700: #3E08AA;
--lavender-800: #2C067A;
--lavender-900: #1C044E;
--lavender-950: #120231;
}