Lavender
#C6C7F5
BlueColor Codes
All color formats for development
HEX
#C6C7F5RGB
rgb(198, 199, 245)HSL
hsl(239, 70%, 87%)OKLCH
oklch(0.844 0.064 284)CMYK
cmyk(19%, 19%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1A2EE
2#7B7DE8
3#5658E1
4#3033DA
5#2124BD
6#1B1D97
7#141671
8#0D0E4B
9#070726
Tints
Lighter variations
1#CCCDF6
2#D2D3F7
3#D8D8F8
4#DDDEF9
5#E3E3FA
6#E8E9FB
7#EEEEFC
8#F4F4FD
9#F9F9FE
Tones
Muted variations
1#C9CAF3
2#CBCCF0
3#CECEEE
4#D0D0EC
5#D2D3E9
6#D5D5E7
7#D7D7E5
8#D9D9E2
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C7 #C7C7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B9D #9B9DED | BordersInactive statesPlaceholder text |
| 400 | 6769 #6769E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C3F #3C3FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2224 #2224BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B1D #1B1D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1315 #13156C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0D #0C0D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0808 #08082B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F2FD;
--lavender-100: #E1E1FA;
--lavender-200: #C7C7F5;
--lavender-300: #9B9DED;
--lavender-400: #6769E4;
--lavender-500: #3C3FDD;
--lavender-600: #2224BF;
--lavender-700: #1B1D98;
--lavender-800: #13156C;
--lavender-900: #0C0D45;
--lavender-950: #08082B;
}