Lavender
#CAC3F9
BlueColor Codes
All color formats for development
HEX
#CAC3F9RGB
rgb(202, 195, 249)HSL
hsl(248, 82%, 87%)OKLCH
oklch(0.841 0.075 290.6)CMYK
cmyk(19%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A69AF5
2#8372F1
3#5F4AED
4#3C21E9
5#2C14CA
6#2310A2
7#1B0C79
8#120851
9#090428
Tints
Lighter variations
1#CFC9FA
2#D5CFFA
3#DAD5FB
4#DFDBFB
5#E4E1FC
6#EAE7FD
7#EFEDFD
8#F4F3FE
9#FAF9FE
Tones
Muted variations
1#CCC5F6
2#CEC8F4
3#D0CBF1
4#D2CEEE
5#D4D0EB
6#D6D3E9
7#D8D6E6
8#DAD8E3
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC3 #CAC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A194 #A194F4 | BordersInactive statesPlaceholder text |
| 400 | 705D #705DEF | Disabled statesSecondary iconsMuted text |
| 500 | 472E #472EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D14 #2D14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2410 #2410A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 190B #190B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1007 #10074A | 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: #F3F1FE;
--lavender-100: #E2DFFC;
--lavender-200: #CAC3F9;
--lavender-300: #A194F4;
--lavender-400: #705DEF;
--lavender-500: #472EEA;
--lavender-600: #2D14CC;
--lavender-700: #2410A2;
--lavender-800: #190B74;
--lavender-900: #10074A;
--lavender-950: #0A052E;
}