Lavender
#C6C1FB
BlueColor Codes
All color formats for development
HEX
#C6C1FBRGB
rgb(198, 193, 251)HSL
hsl(245, 88%, 87%)OKLCH
oklch(0.835 0.081 288.5)CMYK
cmyk(21%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F97F8
2#796DF6
3#5244F3
4#2C1AF0
5#1E0DD1
6#180BA7
7#12087D
8#0C0553
9#06032A
Tints
Lighter variations
1#CBC7FB
2#D1CDFC
3#D7D3FC
4#DDDAFD
5#E2E0FD
6#E8E6FD
7#EEECFE
8#F4F3FE
9#F9F9FF
Tones
Muted variations
1#C8C4F8
2#CAC7F5
3#CDC9F2
4#CFCCEF
5#D2CFEC
6#D4D2EA
7#D7D5E7
8#D9D8E4
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C1 #C6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9991 #9991F8 | BordersInactive statesPlaceholder text |
| 400 | 6457 #6457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3827 #3827F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E0D #1E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 180B #180BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1108 #110878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B05 #0B054D | Primary textHigh emphasis contentDark headings |
| 950 | 0703 #070330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F1FE;
--lavender-100: #E0DDFD;
--lavender-200: #C6C1FB;
--lavender-300: #9991F8;
--lavender-400: #6457F4;
--lavender-500: #3827F1;
--lavender-600: #1E0DD3;
--lavender-700: #180BA8;
--lavender-800: #110878;
--lavender-900: #0B054D;
--lavender-950: #070330;
}