Lavender
#C7C7F5
BlueColor Codes
All color formats for development
HEX
#C7C7F5RGB
rgb(199, 199, 245)HSL
hsl(240, 70%, 87%)OKLCH
oklch(0.845 0.064 285)CMYK
cmyk(19%, 19%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1A1EE
2#7B7BE8
3#5656E1
4#3030DA
5#2121BD
6#1B1B97
7#141471
8#0D0D4B
9#070726
Tints
Lighter variations
1#CCCCF6
2#D2D2F7
3#D8D8F8
4#DDDDF9
5#E3E3FA
6#E8E8FB
7#EEEEFC
8#F4F4FD
9#F9F9FE
Tones
Muted variations
1#C9C9F3
2#CBCBF0
3#CECEEE
4#D0D0EC
5#D2D2E9
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 | 9B9B #9B9BED | BordersInactive statesPlaceholder text |
| 400 | 6767 #6767E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C3C #3C3CDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2222 #2222BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B1B #1B1B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1313 #13136C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0C #0C0C45 | 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: #9B9BED;
--lavender-400: #6767E4;
--lavender-500: #3C3CDD;
--lavender-600: #2222BF;
--lavender-700: #1B1B98;
--lavender-800: #13136C;
--lavender-900: #0C0C45;
--lavender-950: #08082B;
}