Lavender
#CDC0FB
BlueColor Codes
All color formats for development
HEX
#CDC0FBRGB
rgb(205, 192, 251)HSL
hsl(253, 88%, 87%)OKLCH
oklch(0.838 0.083 294.7)CMYK
cmyk(18%, 24%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC97F8
2#8B6DF6
3#6A44F3
4#481AF0
5#380DD1
6#2C0BA7
7#21087D
8#160553
9#0B032A
Tints
Lighter variations
1#D2C7FB
2#D7CDFC
3#DCD3FC
4#E1DAFD
5#E6E0FD
6#EBE6FD
7#F0ECFE
8#F5F3FE
9#FAF9FF
Tones
Muted variations
1#CFC4F8
2#D1C7F5
3#D2C9F2
4#D4CCEF
5#D6CFEC
6#D7D2EA
7#D9D5E7
8#DBD8E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC1 #CDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A791 #A791F8 | BordersInactive statesPlaceholder text |
| 400 | 7957 #7957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5327 #5327F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 380D #380DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D0B #2D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2008 #200878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1405 #14054D | Primary textHigh emphasis contentDark headings |
| 950 | 0D03 #0D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F4F1FE;
--lavender-100: #E4DDFD;
--lavender-200: #CDC1FB;
--lavender-300: #A791F8;
--lavender-400: #7957F4;
--lavender-500: #5327F1;
--lavender-600: #380DD3;
--lavender-700: #2D0BA8;
--lavender-800: #200878;
--lavender-900: #14054D;
--lavender-950: #0D0330;
}