Lavender
#C5C7F7
BlueColor Codes
All color formats for development
HEX
#C5C7F7RGB
rgb(197, 199, 247)HSL
hsl(238, 76%, 87%)OKLCH
oklch(0.844 0.067 283)CMYK
cmyk(20%, 19%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9EA0F2
2#777AEC
3#5055E7
4#282FE2
5#1B20C3
6#151A9C
7#101375
8#0B0D4E
9#050627
Tints
Lighter variations
1#CACCF8
2#D0D2F9
3#D6D7F9
4#DCDDFA
5#E2E3FB
6#E8E8FC
7#EDEEFD
8#F3F4FD
9#F9F9FE
Tones
Muted variations
1#C7C9F5
2#CACBF2
3#CCCDEF
4#CFD0ED
5#D1D2EA
6#D4D4E8
7#D6D7E5
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 | C5C6 #C5C6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 989B #989BF1 | BordersInactive statesPlaceholder text |
| 400 | 6266 #6266EA | Disabled statesSecondary iconsMuted text |
| 500 | 353B #353BE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B21 #1B21C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 151A #151A9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F13 #0F1370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0C #0A0C48 | Primary textHigh emphasis contentDark headings |
| 950 | 0607 #06072D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F2FD;
--lavender-100: #E0E0FB;
--lavender-200: #C5C6F7;
--lavender-300: #989BF1;
--lavender-400: #6266EA;
--lavender-500: #353BE3;
--lavender-600: #1B21C5;
--lavender-700: #151A9D;
--lavender-800: #0F1370;
--lavender-900: #0A0C48;
--lavender-950: #06072D;
}