Lavender
#D3C6F6
PurpleColor Codes
All color formats for development
HEX
#D3C6F6RGB
rgb(211, 198, 246)HSL
hsl(256, 73%, 87%)OKLCH
oklch(0.853 0.067 297.4)CMYK
cmyk(14%, 20%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B59FF0
2#9779EA
3#7953E4
4#5C2CDE
5#491EC0
6#3B189A
7#2C1273
8#1D0C4D
9#0F0626
Tints
Lighter variations
1#D7CBF7
2#DBD1F8
3#E0D7F9
4#E4DDFA
5#E9E2FB
6#EDE8FB
7#F2EEFC
8#F6F4FD
9#FBF9FE
Tones
Muted variations
1#D4C8F4
2#D5CAF1
3#D6CDEF
4#D7CFEC
5#D8D2EA
6#D9D4E8
7#DAD7E5
8#DCD9E3
9#DDDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E0 #E7E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C6 #D3C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B09A #B09AEF | BordersInactive statesPlaceholder text |
| 400 | 8765 #8765E7 | Disabled statesSecondary iconsMuted text |
| 500 | 6538 #6538E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A1E #4A1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B18 #3B189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A11 #2A116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B0B #1B0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1107 #11072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F5F2FD;
--lavender-100: #E7E0FA;
--lavender-200: #D3C6F6;
--lavender-300: #B09AEF;
--lavender-400: #8765E7;
--lavender-500: #6538E0;
--lavender-600: #4A1EC2;
--lavender-700: #3B189A;
--lavender-800: #2A116E;
--lavender-900: #1B0B47;
--lavender-950: #11072C;
}