Lavender
#CAC4F8
BlueColor Codes
All color formats for development
HEX
#CAC4F8RGB
rgb(202, 196, 248)HSL
hsl(247, 79%, 87%)OKLCH
oklch(0.843 0.072 290)CMYK
cmyk(19%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A69CF3
2#8374EF
3#5F4DEA
4#3B25E5
5#2C17C7
6#23139F
7#1A0E77
8#11094F
9#090528
Tints
Lighter variations
1#CFCAF9
2#D4D0F9
3#DAD5FA
4#DFDBFB
5#E4E1FC
6#EAE7FC
7#EFEDFD
8#F4F3FE
9#FAF9FE
Tones
Muted variations
1#CCC6F5
2#CEC9F3
3#D0CCF0
4#D2CEEE
5#D4D1EB
6#D6D3E8
7#D8D6E6
8#DAD9E3
9#DCDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC4 #CAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A196 #A196F3 | BordersInactive statesPlaceholder text |
| 400 | 705F #705FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4732 #4732E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C18 #2C18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2313 #2313A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190D #190D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1009 #100949 | Primary textHigh emphasis contentDark headings |
| 950 | 0A05 #0A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F1FD;
--lavender-100: #E2DFFB;
--lavender-200: #CAC4F8;
--lavender-300: #A196F3;
--lavender-400: #705FEC;
--lavender-500: #4732E7;
--lavender-600: #2C18C9;
--lavender-700: #2313A0;
--lavender-800: #190D72;
--lavender-900: #100949;
--lavender-950: #0A052E;
}