Lavender
#C2C2F9
BlueColor Codes
All color formats for development
HEX
#C2C2F9RGB
rgb(194, 194, 249)HSL
hsl(240, 82%, 87%)OKLCH
oklch(0.833 0.077 284.6)CMYK
cmyk(22%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A9AF5
2#7272F1
3#4A4AED
4#2121E9
5#1414CA
6#1010A2
7#0C0C79
8#080851
9#040428
Tints
Lighter variations
1#C9C9FA
2#CFCFFA
3#D5D5FB
4#DBDBFB
5#E1E1FC
6#E7E7FD
7#EDEDFD
8#F3F3FE
9#F9F9FE
Tones
Muted variations
1#C5C5F6
2#C8C8F4
3#CBCBF1
4#CECEEE
5#D0D0EB
6#D3D3E9
7#D6D6E6
8#D8D8E3
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 | C3C3 #C3C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9494 #9494F4 | BordersInactive statesPlaceholder text |
| 400 | 5D5D #5D5DEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E2E #2E2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1414 #1414CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1010 #1010A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0B #0B0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0707 #07074A | 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: #C3C3F9;
--lavender-300: #9494F4;
--lavender-400: #5D5DEF;
--lavender-500: #2E2EEA;
--lavender-600: #1414CC;
--lavender-700: #1010A2;
--lavender-800: #0B0B74;
--lavender-900: #07074A;
--lavender-950: #05052E;
}