Lavender
#CDC5F7
BlueColor Codes
All color formats for development
HEX
#CDC5F7RGB
rgb(205, 197, 247)HSL
hsl(250, 76%, 87%)OKLCH
oklch(0.846 0.07 292.2)CMYK
cmyk(17%, 20%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC9EF2
2#8A77EC
3#6950E7
4#4728E2
5#371BC3
6#2C159C
7#211075
8#160B4E
9#0B0527
Tints
Lighter variations
1#D2CAF8
2#D7D0F9
3#DCD6F9
4#E1DCFA
5#E6E2FB
6#EBE8FC
7#F0EDFD
8#F5F3FD
9#FAF9FE
Tones
Muted variations
1#CFC7F5
2#D0CAF2
3#D2CCEF
4#D4CFED
5#D5D1EA
6#D7D4E8
7#D9D6E5
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 | E4E0 #E4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC5 #CDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A798 #A798F1 | BordersInactive statesPlaceholder text |
| 400 | 7962 #7962EA | Disabled statesSecondary iconsMuted text |
| 500 | 5235 #5235E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 371B #371BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C15 #2C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F0F #1F0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 140A #140A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0D06 #0D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F2FD;
--lavender-100: #E4E0FB;
--lavender-200: #CDC5F7;
--lavender-300: #A798F1;
--lavender-400: #7962EA;
--lavender-500: #5235E3;
--lavender-600: #371BC5;
--lavender-700: #2C159D;
--lavender-800: #1F0F70;
--lavender-900: #140A48;
--lavender-950: #0D062D;
}