Lavender
#C8CAF3
BlueColor Codes
All color formats for development
HEX
#C8CAF3RGB
rgb(200, 202, 243)HSL
hsl(237, 64%, 87%)OKLCH
oklch(0.851 0.057 282.9)CMYK
cmyk(18%, 17%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4A8EB
2#8085E3
3#5B62DB
4#373FD3
5#282FB6
6#202692
7#181C6D
8#101349
9#080924
Tints
Lighter variations
1#CED0F4
2#D4D5F5
3#D9DAF7
4#DEE0F8
5#E4E5F9
6#E9EAFA
7#EFEFFB
8#F4F5FD
9#FAFAFE
Tones
Muted variations
1#CBCDF1
2#CDCFEF
3#CFD0ED
4#D1D2EB
5#D3D4E8
6#D5D6E6
7#D7D8E4
8#DADAE2
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CB #C9CBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA3 #9FA3EA | BordersInactive statesPlaceholder text |
| 400 | 6D72 #6D72DF | Disabled statesSecondary iconsMuted text |
| 500 | 434A #434AD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2830 #2830B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2026 #202692 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 171B #171B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F11 #0F1143 | Primary textHigh emphasis contentDark headings |
| 950 | 090B #090B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F3FC;
--lavender-100: #E2E3F9;
--lavender-200: #C9CBF3;
--lavender-300: #9FA3EA;
--lavender-400: #6D72DF;
--lavender-500: #434AD6;
--lavender-600: #2830B8;
--lavender-700: #202692;
--lavender-800: #171B69;
--lavender-900: #0F1143;
--lavender-950: #090B2A;
}