Lavender
#C6C4F8
BlueColor Codes
All color formats for development
HEX
#C6C4F8RGB
rgb(198, 196, 248)HSL
hsl(242, 79%, 87%)OKLCH
oklch(0.839 0.072 286.5)CMYK
cmyk(20%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F9CF3
2#7874EF
3#524DEA
4#2B25E5
5#1D17C7
6#17139F
7#110E77
8#0C094F
9#060528
Tints
Lighter variations
1#CBCAF9
2#D1D0F9
3#D7D5FA
4#DCDBFB
5#E2E1FC
6#E8E7FC
7#EEEDFD
8#F3F3FE
9#F9F9FE
Tones
Muted variations
1#C8C6F5
2#CAC9F3
3#CDCCF0
4#CFCEEE
5#D2D1EB
6#D4D3E8
7#D7D6E6
8#D9D9E3
9#DBDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C4 #C5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9996 #9996F3 | BordersInactive statesPlaceholder text |
| 400 | 645F #645FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3832 #3832E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1D18 #1D18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1713 #1713A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110D #110D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B09 #0B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F1FD;
--lavender-100: #E0DFFB;
--lavender-200: #C5C4F8;
--lavender-300: #9996F3;
--lavender-400: #645FEC;
--lavender-500: #3832E7;
--lavender-600: #1D18C9;
--lavender-700: #1713A0;
--lavender-800: #110D72;
--lavender-900: #0B0949;
--lavender-950: #07052E;
}