Lavender
#C9C9F3
BlueColor Codes
All color formats for development
HEX
#C9C9F3RGB
rgb(201, 201, 243)HSL
hsl(240, 64%, 87%)OKLCH
oklch(0.85 0.058 285.1)CMYK
cmyk(17%, 17%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4A4EB
2#8080E3
3#5B5BDB
4#3737D3
5#2828B6
6#202092
7#18186D
8#101049
9#080824
Tints
Lighter variations
1#CECEF4
2#D4D4F5
3#D9D9F7
4#DEDEF8
5#E4E4F9
6#E9E9FA
7#EFEFFB
8#F4F4FD
9#FAFAFE
Tones
Muted variations
1#CBCBF1
2#CDCDEF
3#CFCFED
4#D1D1EB
5#D3D3E8
6#D5D5E6
7#D7D7E4
8#DADAE2
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C9 #C9C9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F9F #9F9FEA | BordersInactive statesPlaceholder text |
| 400 | 6D6D #6D6DDF | Disabled statesSecondary iconsMuted text |
| 500 | 4343 #4343D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2828 #2828B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2020 #202092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1717 #171769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F0F #0F0F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0909 #09092A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F2FC;
--lavender-100: #E2E2F9;
--lavender-200: #C9C9F3;
--lavender-300: #9F9FEA;
--lavender-400: #6D6DDF;
--lavender-500: #4343D6;
--lavender-600: #2828B8;
--lavender-700: #202092;
--lavender-800: #171769;
--lavender-900: #0F0F43;
--lavender-950: #09092A;
}