Lavender
#CCC4F8
BlueColor Codes
All color formats for development
HEX
#CCC4F8RGB
rgb(204, 196, 248)HSL
hsl(249, 79%, 87%)OKLCH
oklch(0.844 0.072 291.8)CMYK
cmyk(18%, 21%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A99CF3
2#8774EF
3#644DEA
4#4225E5
5#3217C7
6#28139F
7#1E0E77
8#14094F
9#0A0528
Tints
Lighter variations
1#D1CAF9
2#D6D0F9
3#DBD5FA
4#E0DBFB
5#E5E1FC
6#EAE7FC
7#F0EDFD
8#F5F3FE
9#FAF9FE
Tones
Muted variations
1#CDC6F5
2#CFC9F3
3#D1CCF0
4#D3CEEE
5#D5D1EB
6#D7D3E8
7#D8D6E6
8#DAD9E3
9#DCDBE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC4 #CCC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A496 #A496F3 | BordersInactive statesPlaceholder text |
| 400 | 745F #745FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4D32 #4D32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3218 #3218C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2813 #2813A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0D #1C0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1209 #120949 | Primary textHigh emphasis contentDark headings |
| 950 | 0B05 #0B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F1FD;
--lavender-100: #E3DFFB;
--lavender-200: #CCC4F8;
--lavender-300: #A496F3;
--lavender-400: #745FEC;
--lavender-500: #4D32E7;
--lavender-600: #3218C9;
--lavender-700: #2813A0;
--lavender-800: #1C0D72;
--lavender-900: #120949;
--lavender-950: #0B052E;
}