Lavender
#C3C3F8
BlueColor Codes
All color formats for development
HEX
#C3C3F8RGB
rgb(195, 195, 248)HSL
hsl(240, 79%, 87%)OKLCH
oklch(0.835 0.074 284.7)CMYK
cmyk(21%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C9CF3
2#7474EF
3#4D4DEA
4#2525E5
5#1717C7
6#13139F
7#0E0E77
8#09094F
9#050528
Tints
Lighter variations
1#CACAF9
2#D0D0F9
3#D5D5FA
4#DBDBFB
5#E1E1FC
6#E7E7FC
7#EDEDFD
8#F3F3FE
9#F9F9FE
Tones
Muted variations
1#C6C6F5
2#C9C9F3
3#CCCCF0
4#CECEEE
5#D1D1EB
6#D3D3E8
7#D6D6E6
8#D9D9E3
9#DBDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C4 #C4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9696 #9696F3 | BordersInactive statesPlaceholder text |
| 400 | 5F5F #5F5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3232 #3232E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1818 #1818C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1313 #1313A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0D #0D0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0909 #090949 | Primary textHigh emphasis contentDark headings |
| 950 | 0505 #05052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F1FD;
--lavender-100: #DFDFFB;
--lavender-200: #C4C4F8;
--lavender-300: #9696F3;
--lavender-400: #5F5FEC;
--lavender-500: #3232E7;
--lavender-600: #1818C9;
--lavender-700: #1313A0;
--lavender-800: #0D0D72;
--lavender-900: #090949;
--lavender-950: #05052E;
}