Lavender
#C7C7F4
BlueColor Codes
All color formats for development
HEX
#C7C7F4RGB
rgb(199, 199, 244)HSL
hsl(240, 67%, 87%)OKLCH
oklch(0.845 0.062 285)CMYK
cmyk(18%, 18%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3A3ED
2#7E7EE5
3#5858DE
4#3333D7
5#2525B9
6#1D1D94
7#16166F
8#0F0F4A
9#070725
Tints
Lighter variations
1#CDCDF5
2#D3D3F6
3#D8D8F7
4#DEDEF8
5#E3E3FA
6#E9E9FB
7#EEEEFC
8#F4F4FD
9#F9F9FE
Tones
Muted variations
1#CACAF2
2#CCCCF0
3#CECEED
4#D1D1EB
5#D3D3E9
6#D5D5E7
7#D7D7E5
8#D9D9E2
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C8 #C8C8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D9D #9D9DEC | BordersInactive statesPlaceholder text |
| 400 | 6A6A #6A6AE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F3F #3F3FD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2525 #2525BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D1D #1D1D95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1515 #15156A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0D #0D0D44 | 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: #F2F2FC;
--lavender-100: #E1E1F9;
--lavender-200: #C8C8F4;
--lavender-300: #9D9DEC;
--lavender-400: #6A6AE2;
--lavender-500: #3F3FD9;
--lavender-600: #2525BB;
--lavender-700: #1D1D95;
--lavender-800: #15156A;
--lavender-900: #0D0D44;
--lavender-950: #08082B;
}