Lavender
#CDCDEE
BlueColor Codes
All color formats for development
HEX
#CDCDEERGB
rgb(205, 205, 238)HSL
hsl(240, 49%, 87%)OKLCH
oklch(0.859 0.046 285.4)CMYK
cmyk(14%, 14%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#ADADE3
2#8B8BD7
3#6A6ACC
4#4949C1
5#3939A5
6#2D2D84
7#222263
8#171742
9#0B0B21
Tints
Lighter variations
1#D3D3F0
2#D7D7F1
3#DCDCF3
4#E1E1F5
5#E6E6F7
6#EBEBF8
7#F0F0FA
8#F5F5FC
9#FAFAFD
Tones
Muted variations
1#CFCFEC
2#D1D1EB
3#D2D2E9
4#D4D4E8
5#D6D6E6
6#D7D7E4
7#D9D9E3
8#DBDBE1
9#DCDCDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECE #CECEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8A8 #A8A8E1 | BordersInactive statesPlaceholder text |
| 400 | 7A7A #7A7AD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5454 #5454C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3939 #3939A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E2E #2E2E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2121 #21215F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1515 #15153D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0D #0D0D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F4FB;
--lavender-100: #E4E4F6;
--lavender-200: #CECEEE;
--lavender-300: #A8A8E1;
--lavender-400: #7A7AD1;
--lavender-500: #5454C4;
--lavender-600: #3939A7;
--lavender-700: #2E2E85;
--lavender-800: #21215F;
--lavender-900: #15153D;
--lavender-950: #0D0D26;
}