Lavender
#C6C5F7
BlueColor Codes
All color formats for development
HEX
#C6C5F7RGB
rgb(198, 197, 247)HSL
hsl(241, 76%, 87%)OKLCH
oklch(0.841 0.069 285.7)CMYK
cmyk(20%, 20%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F9EF2
2#7977EC
3#5250E7
4#2C28E2
5#1D1BC3
6#18159C
7#121075
8#0C0B4E
9#060527
Tints
Lighter variations
1#CBCAF8
2#D1D0F9
3#D7D6F9
4#DCDCFA
5#E2E2FB
6#E8E8FC
7#EEEDFD
8#F3F3FD
9#F9F9FE
Tones
Muted variations
1#C8C7F5
2#CACAF2
3#CDCCEF
4#CFCFED
5#D2D1EA
6#D4D4E8
7#D7D6E5
8#D9D9E3
9#DBDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C5 #C5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9998 #9998F1 | BordersInactive statesPlaceholder text |
| 400 | 6462 #6462EA | Disabled statesSecondary iconsMuted text |
| 500 | 3835 #3835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E1B #1E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1815 #18159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110F #110F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0A #0B0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0706 #07062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F2FD;
--lavender-100: #E0E0FB;
--lavender-200: #C5C5F7;
--lavender-300: #9998F1;
--lavender-400: #6462EA;
--lavender-500: #3835E3;
--lavender-600: #1E1BC5;
--lavender-700: #18159D;
--lavender-800: #110F70;
--lavender-900: #0B0A48;
--lavender-950: #07062D;
}