Lavender
#CAC5F7
BlueColor Codes
All color formats for development
HEX
#CAC5F7RGB
rgb(202, 197, 247)HSL
hsl(246, 76%, 87%)OKLCH
oklch(0.844 0.069 289.4)CMYK
cmyk(18%, 20%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A69EF2
2#8277EC
3#5F50E7
4#3B28E2
5#2B1BC3
6#23159C
7#1A1075
8#110B4E
9#090527
Tints
Lighter variations
1#CFCAF8
2#D4D0F9
3#DAD6F9
4#DFDCFA
5#E4E2FB
6#EAE8FC
7#EFEDFD
8#F4F3FD
9#FAF9FE
Tones
Muted variations
1#CCC7F5
2#CECAF2
3#D0CCEF
4#D2CFED
5#D4D1EA
6#D6D4E8
7#D8D6E5
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 #E2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC5 #CAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A198 #A198F1 | BordersInactive statesPlaceholder text |
| 400 | 6F62 #6F62EA | Disabled statesSecondary iconsMuted text |
| 500 | 4635 #4635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C1B #2C1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2315 #23159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190F #190F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 100A #100A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F2FD;
--lavender-100: #E2E0FB;
--lavender-200: #CAC5F7;
--lavender-300: #A198F1;
--lavender-400: #6F62EA;
--lavender-500: #4635E3;
--lavender-600: #2C1BC5;
--lavender-700: #23159D;
--lavender-800: #190F70;
--lavender-900: #100A48;
--lavender-950: #0A062D;
}