Lavender
#C5C4F8
BlueColor Codes
All color formats for development
HEX
#C5C4F8RGB
rgb(197, 196, 248)HSL
hsl(241, 79%, 87%)OKLCH
oklch(0.839 0.072 285.6)CMYK
cmyk(21%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D9CF3
2#7674EF
3#4F4DEA
4#2825E5
5#1A17C7
6#15139F
7#100E77
8#0A094F
9#050528
Tints
Lighter variations
1#CACAF9
2#D0D0F9
3#D6D5FA
4#DCDBFB
5#E2E1FC
6#E8E7FC
7#EDEDFD
8#F3F3FE
9#F9F9FE
Tones
Muted variations
1#C7C6F5
2#CAC9F3
3#CCCCF0
4#CFCEEE
5#D1D1EB
6#D4D3E8
7#D6D6E6
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 | 9896 #9896F3 | BordersInactive statesPlaceholder text |
| 400 | 625F #625FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3532 #3532E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B18 #1B18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1513 #1513A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F0D #0F0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A09 #0A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0605 #06052E | 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: #9896F3;
--lavender-400: #625FEC;
--lavender-500: #3532E7;
--lavender-600: #1B18C9;
--lavender-700: #1513A0;
--lavender-800: #0F0D72;
--lavender-900: #0A0949;
--lavender-950: #06052E;
}