Lavender
#C6C1FA
BlueColor Codes
All color formats for development
HEX
#C6C1FARGB
rgb(198, 193, 250)HSL
hsl(245, 85%, 87%)OKLCH
oklch(0.834 0.079 288.6)CMYK
cmyk(21%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A099F7
2#7B70F3
3#5547F0
4#2F1EED
5#2011CD
6#1A0DA4
7#130A7B
8#0D0752
9#060329
Tints
Lighter variations
1#CCC8FB
2#D2CEFB
3#D7D4FC
4#DDDAFC
5#E3E0FD
6#E8E6FD
7#EEEDFE
8#F4F3FE
9#F9F9FF
Tones
Muted variations
1#C9C4F7
2#CBC7F4
3#CDCAF2
4#D0CDEF
5#D2D0EC
6#D4D3E9
7#D7D5E6
8#D9D8E3
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C2 #C6C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B92 #9B92F6 | BordersInactive statesPlaceholder text |
| 400 | 675A #675AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 3B2B #3B2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2111 #2111D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A0D #1A0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130A #130A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C06 #0C064B | Primary textHigh emphasis contentDark headings |
| 950 | 0704 #07042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F1FE;
--lavender-100: #E1DEFC;
--lavender-200: #C6C2FA;
--lavender-300: #9B92F6;
--lavender-400: #675AF2;
--lavender-500: #3B2BEE;
--lavender-600: #2111D0;
--lavender-700: #1A0DA5;
--lavender-800: #130A76;
--lavender-900: #0C064B;
--lavender-950: #07042F;
}