Lavender
#C8C3F8
BlueColor Codes
All color formats for development
HEX
#C8C3F8RGB
rgb(200, 195, 248)HSL
hsl(246, 79%, 87%)OKLCH
oklch(0.839 0.074 289)CMYK
cmyk(19%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A59CF3
2#8074EF
3#5C4DEA
4#3825E5
5#2917C7
6#21139F
7#180E77
8#10094F
9#080528
Tints
Lighter variations
1#CECAF9
2#D4D0F9
3#D9D5FA
4#DFDBFB
5#E4E1FC
6#E9E7FC
7#EFEDFD
8#F4F3FE
9#FAF9FE
Tones
Muted variations
1#CBC6F5
2#CDC9F3
3#CFCCF0
4#D1CEEE
5#D3D1EB
6#D5D3E8
7#D8D6E6
8#DAD9E3
9#DCDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C4 #C9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F96 #9F96F3 | BordersInactive statesPlaceholder text |
| 400 | 6D5F #6D5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4432 #4432E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2918 #2918C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2113 #2113A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170D #170D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F09 #0F0949 | 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: #F3F1FD;
--lavender-100: #E2DFFB;
--lavender-200: #C9C4F8;
--lavender-300: #9F96F3;
--lavender-400: #6D5FEC;
--lavender-500: #4432E7;
--lavender-600: #2918C9;
--lavender-700: #2113A0;
--lavender-800: #170D72;
--lavender-900: #0F0949;
--lavender-950: #09052E;
}