Lavender
#C3C7F9
BlueColor Codes
All color formats for development
HEX
#C3C7F9RGB
rgb(195, 199, 249)HSL
hsl(236, 82%, 87%)OKLCH
oklch(0.843 0.07 281.2)CMYK
cmyk(22%, 20%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AA0F5
2#727AF1
3#4A54ED
4#212EE9
5#1420CA
6#101AA2
7#0C1379
8#080D51
9#040628
Tints
Lighter variations
1#C9CCFA
2#CFD2FA
3#D5D7FB
4#DBDDFB
5#E1E3FC
6#E7E8FD
7#EDEEFD
8#F3F4FE
9#F9F9FE
Tones
Muted variations
1#C5C9F6
2#C8CBF4
3#CBCDF1
4#CED0EE
5#D0D2EB
6#D3D4E9
7#D6D7E6
8#D8D9E3
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C6 #C3C6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949B #949BF4 | BordersInactive statesPlaceholder text |
| 400 | 5D66 #5D66EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E3B #2E3BEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1420 #1420CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 101A #101AA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B12 #0B1274 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070C #070C4A | 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: #F1F2FE;
--lavender-100: #DFE0FC;
--lavender-200: #C3C6F9;
--lavender-300: #949BF4;
--lavender-400: #5D66EF;
--lavender-500: #2E3BEA;
--lavender-600: #1420CC;
--lavender-700: #101AA2;
--lavender-800: #0B1274;
--lavender-900: #070C4A;
--lavender-950: #05072E;
}