Lavender
#C3C5F8
BlueColor Codes
All color formats for development
HEX
#C3C5F8RGB
rgb(195, 197, 248)HSL
hsl(238, 79%, 87%)OKLCH
oklch(0.839 0.071 283)CMYK
cmyk(21%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C9FF3
2#7478EF
3#4D52EA
4#252BE5
5#171DC7
6#13179F
7#0E1177
8#090C4F
9#050628
Tints
Lighter variations
1#CACBF9
2#D0D1F9
3#D5D7FA
4#DBDCFB
5#E1E2FC
6#E7E8FC
7#EDEEFD
8#F3F3FE
9#F9F9FE
Tones
Muted variations
1#C6C8F5
2#C9CAF3
3#CCCDF0
4#CECFEE
5#D1D2EB
6#D3D4E8
7#D6D7E6
8#D9D9E3
9#DBDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C5 #C4C5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9699 #9699F3 | BordersInactive statesPlaceholder text |
| 400 | 5F64 #5F64EC | Disabled statesSecondary iconsMuted text |
| 500 | 3238 #3238E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 181D #181DC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1317 #1317A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D11 #0D1172 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090B #090B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0507 #05072E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F2FD;
--lavender-100: #DFE0FB;
--lavender-200: #C4C5F8;
--lavender-300: #9699F3;
--lavender-400: #5F64EC;
--lavender-500: #3238E7;
--lavender-600: #181DC9;
--lavender-700: #1317A0;
--lavender-800: #0D1172;
--lavender-900: #090B49;
--lavender-950: #05072E;
}