Lavender
#CDC3F8
BlueColor Codes
All color formats for development
HEX
#CDC3F8RGB
rgb(205, 195, 248)HSL
hsl(251, 79%, 87%)OKLCH
oklch(0.843 0.074 293.4)CMYK
cmyk(17%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC9CF3
2#8B74EF
3#694DEA
4#4825E5
5#3717C7
6#2C139F
7#210E77
8#16094F
9#0B0528
Tints
Lighter variations
1#D2CAF9
2#D7D0F9
3#DCD5FA
4#E1DBFB
5#E6E1FC
6#EBE7FC
7#F0EDFD
8#F5F3FE
9#FAF9FE
Tones
Muted variations
1#CFC6F5
2#D1C9F3
3#D2CCF0
4#D4CEEE
5#D6D1EB
6#D7D3E8
7#D9D6E6
8#DBD9E3
9#DCDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC4 #CDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A796 #A796F3 | BordersInactive statesPlaceholder text |
| 400 | 795F #795FEC | Disabled statesSecondary iconsMuted text |
| 500 | 5332 #5332E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3818 #3818C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D13 #2D13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 200D #200D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1409 #140949 | Primary textHigh emphasis contentDark headings |
| 950 | 0D05 #0D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F1FD;
--lavender-100: #E4DFFB;
--lavender-200: #CDC4F8;
--lavender-300: #A796F3;
--lavender-400: #795FEC;
--lavender-500: #5332E7;
--lavender-600: #3818C9;
--lavender-700: #2D13A0;
--lavender-800: #200D72;
--lavender-900: #140949;
--lavender-950: #0D052E;
}