Lavender
#CDC1FB
BlueColor Codes
All color formats for development
HEX
#CDC1FBRGB
rgb(205, 193, 251)HSL
hsl(252, 88%, 87%)OKLCH
oklch(0.84 0.081 294.1)CMYK
cmyk(18%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AA97F8
2#896DF6
3#6744F3
4#451AF0
5#340DD1
6#2A0BA7
7#1F087D
8#150553
9#0A032A
Tints
Lighter variations
1#D1C7FB
2#D6CDFC
3#DCD3FC
4#E1DAFD
5#E6E0FD
6#EBE6FD
7#F0ECFE
8#F5F3FE
9#FAF9FF
Tones
Muted variations
1#CEC4F8
2#D0C7F5
3#D2C9F2
4#D3CCEF
5#D5CFEC
6#D7D2EA
7#D9D5E7
8#DAD8E4
9#DCDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC1 #CCC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A591 #A591F8 | BordersInactive statesPlaceholder text |
| 400 | 7757 #7757F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5027 #5027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 350D #350DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A0B #2A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E08 #1E0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1305 #13054D | Primary textHigh emphasis contentDark headings |
| 950 | 0C03 #0C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F1FE;
--lavender-100: #E4DDFD;
--lavender-200: #CCC1FB;
--lavender-300: #A591F8;
--lavender-400: #7757F4;
--lavender-500: #5027F1;
--lavender-600: #350DD3;
--lavender-700: #2A0BA8;
--lavender-800: #1E0878;
--lavender-900: #13054D;
--lavender-950: #0C0330;
}