Lavender
#C7C3F8
BlueColor Codes
All color formats for development
HEX
#C7C3F8RGB
rgb(199, 195, 248)HSL
hsl(245, 79%, 87%)OKLCH
oklch(0.838 0.074 288.2)CMYK
cmyk(20%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A39CF3
2#7E74EF
3#5A4DEA
4#3525E5
5#2617C7
6#1E139F
7#170E77
8#0F094F
9#080528
Tints
Lighter variations
1#CECAF9
2#D3D0F9
3#D9D5FA
4#DEDBFB
5#E4E1FC
6#E9E7FC
7#EFEDFD
8#F4F3FE
9#FAF9FE
Tones
Muted variations
1#CAC6F5
2#CCC9F3
3#CFCCF0
4#D1CEEE
5#D3D1EB
6#D5D3E8
7#D7D6E6
8#D9D9E3
9#DCDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C4 #C8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E96 #9E96F3 | BordersInactive statesPlaceholder text |
| 400 | 6B5F #6B5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4132 #4132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2618 #2618C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E13 #1E13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 160D #160D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E09 #0E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0905 #09052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F1FD;
--lavender-100: #E1DFFB;
--lavender-200: #C8C4F8;
--lavender-300: #9E96F3;
--lavender-400: #6B5FEC;
--lavender-500: #4132E7;
--lavender-600: #2618C9;
--lavender-700: #1E13A0;
--lavender-800: #160D72;
--lavender-900: #0E0949;
--lavender-950: #09052E;
}