Lavender
#C3C2F9
BlueColor Codes
All color formats for development
HEX
#C3C2F9RGB
rgb(195, 194, 249)HSL
hsl(241, 82%, 87%)OKLCH
oklch(0.834 0.077 285.4)CMYK
cmyk(22%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C9AF5
2#7472F1
3#4C4AED
4#2421E9
5#1714CA
6#1210A2
7#0E0C79
8#090851
9#050428
Tints
Lighter variations
1#CAC9FA
2#CFCFFA
3#D5D5FB
4#DBDBFB
5#E1E1FC
6#E7E7FD
7#EDEDFD
8#F3F3FE
9#F9F9FE
Tones
Muted variations
1#C6C5F6
2#C9C8F4
3#CBCBF1
4#CECEEE
5#D1D0EB
6#D3D3E9
7#D6D6E6
8#D9D8E3
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C3 #C4C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9694 #9694F4 | BordersInactive statesPlaceholder text |
| 400 | 5F5D #5F5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 312E #312EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1714 #1714CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1310 #1310A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0B #0D0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0807 #08074A | 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: #F1F1FE;
--lavender-100: #DFDFFC;
--lavender-200: #C4C3F9;
--lavender-300: #9694F4;
--lavender-400: #5F5DEF;
--lavender-500: #312EEA;
--lavender-600: #1714CC;
--lavender-700: #1310A2;
--lavender-800: #0D0B74;
--lavender-900: #08074A;
--lavender-950: #05052E;
}