Lavender
#C3C9F8
BlueColor Codes
All color formats for development
HEX
#C3C9F8RGB
rgb(195, 201, 248)HSL
hsl(233, 79%, 87%)OKLCH
oklch(0.847 0.066 279.2)CMYK
cmyk(21%, 19%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CA6F3
2#7483EF
3#4D5FEA
4#253BE5
5#172CC7
6#13239F
7#0E1A77
8#09114F
9#050928
Tints
Lighter variations
1#CACFF9
2#D0D4F9
3#D5DAFA
4#DBDFFB
5#E1E4FC
6#E7EAFC
7#EDEFFD
8#F3F4FE
9#F9FAFE
Tones
Muted variations
1#C6CCF5
2#C9CEF3
3#CCD0F0
4#CED2EE
5#D1D4EB
6#D3D6E8
7#D6D8E6
8#D9DAE3
9#DBDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CA #C4CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A1 #96A1F3 | BordersInactive statesPlaceholder text |
| 400 | 5F70 #5F70EC | Disabled statesSecondary iconsMuted text |
| 500 | 3247 #3247E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 182C #182CC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1323 #1323A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D19 #0D1972 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0910 #091049 | Primary textHigh emphasis contentDark headings |
| 950 | 050A #050A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F3FD;
--lavender-100: #DFE2FB;
--lavender-200: #C4CAF8;
--lavender-300: #96A1F3;
--lavender-400: #5F70EC;
--lavender-500: #3247E7;
--lavender-600: #182CC9;
--lavender-700: #1323A0;
--lavender-800: #0D1972;
--lavender-900: #091049;
--lavender-950: #050A2E;
}