Lavender
#CEC5F7
BlueColor Codes
All color formats for development
HEX
#CEC5F7RGB
rgb(206, 197, 247)HSL
hsl(251, 76%, 87%)OKLCH
oklch(0.847 0.07 293.1)CMYK
cmyk(17%, 20%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AD9EF2
2#8C77EC
3#6B50E7
4#4A28E2
5#3A1BC3
6#2E159C
7#231075
8#170B4E
9#0C0527
Tints
Lighter variations
1#D3CAF8
2#D8D0F9
3#DDD6F9
4#E2DCFA
5#E6E2FB
6#EBE8FC
7#F0EDFD
8#F5F3FD
9#FAF9FE
Tones
Muted variations
1#CFC7F5
2#D1CAF2
3#D3CCEF
4#D4CFED
5#D6D1EA
6#D7D4E8
7#D9D6E5
8#DBD9E3
9#DCDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E0 #E5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC5 #CEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A898 #A898F1 | BordersInactive statesPlaceholder text |
| 400 | 7B62 #7B62EA | Disabled statesSecondary iconsMuted text |
| 500 | 5535 #5535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A1B #3A1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E15 #2E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210F #210F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 150A #150A48 | 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: #F4F2FD;
--lavender-100: #E5E0FB;
--lavender-200: #CEC5F7;
--lavender-300: #A898F1;
--lavender-400: #7B62EA;
--lavender-500: #5535E3;
--lavender-600: #3A1BC5;
--lavender-700: #2E159D;
--lavender-800: #210F70;
--lavender-900: #150A48;
--lavender-950: #0D062D;
}