Lavender
#D3BEFD
PurpleColor Codes
All color formats for development
HEX
#D3BEFDRGB
rgb(211, 190, 253)HSL
hsl(260, 94%, 87%)OKLCH
oklch(0.84 0.089 299.8)CMYK
cmyk(17%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B694FC
2#9969FA
3#7C3EF9
4#5F13F8
5#4C07D7
6#3D05AC
7#2E0481
8#1E0356
9#0F012B
Tints
Lighter variations
1#D8C5FD
2#DCCCFD
3#E1D2FE
4#E5D8FE
5#E9DFFE
6#EEE5FE
7#F2ECFE
8#F6F2FF
9#FBF9FF
Tones
Muted variations
1#D5C2FA
2#D6C5F7
3#D7C8F4
4#D8CBF1
5#D9CEED
6#DAD1EA
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 | E8DC #E8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3BF #D3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B28D #B28DFB | BordersInactive statesPlaceholder text |
| 400 | 8A52 #8A52FA | Disabled statesSecondary iconsMuted text |
| 500 | 6820 #6820F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D07 #4D07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D05 #3D05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C04 #2C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C02 #1C024F | 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: #F5F0FF;
--lavender-100: #E8DCFE;
--lavender-200: #D3BFFD;
--lavender-300: #B28DFB;
--lavender-400: #8A52FA;
--lavender-500: #6820F8;
--lavender-600: #4D07DA;
--lavender-700: #3D05AD;
--lavender-800: #2C047C;
--lavender-900: #1C024F;
--lavender-950: #120231;
}