Lavender
#CAC6F6
BlueColor Codes
All color formats for development
HEX
#CAC6F6RGB
rgb(202, 198, 246)HSL
hsl(245, 73%, 87%)OKLCH
oklch(0.846 0.067 288.7)CMYK
cmyk(18%, 20%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A69FF0
2#8279EA
3#5F53E4
4#3B2CDE
5#2B1EC0
6#23189A
7#1A1273
8#110C4D
9#090626
Tints
Lighter variations
1#CFCBF7
2#D4D1F8
3#DAD7F9
4#DFDDFA
5#E4E2FB
6#EAE8FB
7#EFEEFC
8#F4F4FD
9#FAF9FE
Tones
Muted variations
1#CCC8F4
2#CECAF1
3#D0CDEF
4#D2CFEC
5#D4D2EA
6#D6D4E8
7#D8D7E5
8#DAD9E3
9#DCDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC6 #CAC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A19A #A19AEF | BordersInactive statesPlaceholder text |
| 400 | 6F65 #6F65E7 | Disabled statesSecondary iconsMuted text |
| 500 | 4638 #4638E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C1E #2C1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2318 #23189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1911 #19116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 100B #100B47 | Primary textHigh emphasis contentDark headings |
| 950 | 0A07 #0A072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F2FD;
--lavender-100: #E2E0FA;
--lavender-200: #CAC6F6;
--lavender-300: #A19AEF;
--lavender-400: #6F65E7;
--lavender-500: #4638E0;
--lavender-600: #2C1EC2;
--lavender-700: #23189A;
--lavender-800: #19116E;
--lavender-900: #100B47;
--lavender-950: #0A072C;
}