Lavender
#CCCCF0
BlueColor Codes
All color formats for development
HEX
#CCCCF0RGB
rgb(204, 204, 240)HSL
hsl(240, 55%, 87%)OKLCH
oklch(0.857 0.05 285.3)CMYK
cmyk(15%, 15%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9A9E6
2#8787DC
3#6464D2
4#4242C8
5#3232AC
6#28288A
7#1E1E67
8#141445
9#0A0A22
Tints
Lighter variations
1#D1D1F2
2#D6D6F3
3#DBDBF5
4#E0E0F6
5#E5E5F8
6#EAEAF9
7#F0F0FB
8#F5F5FC
9#FAFAFE
Tones
Muted variations
1#CDCDEE
2#CFCFEC
3#D1D1EB
4#D3D3E9
5#D5D5E7
6#D7D7E5
7#D8D8E3
8#DADAE1
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCC #CCCCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A4 #A4A4E5 | BordersInactive statesPlaceholder text |
| 400 | 7575 #7575D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D4D #4D4DCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3232 #3232AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2828 #28288A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D1D #1D1D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1212 #12123F | Primary textHigh emphasis contentDark headings |
| 950 | 0B0B #0B0B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F3FC;
--lavender-100: #E3E3F7;
--lavender-200: #CCCCF0;
--lavender-300: #A4A4E5;
--lavender-400: #7575D7;
--lavender-500: #4D4DCB;
--lavender-600: #3232AE;
--lavender-700: #28288A;
--lavender-800: #1D1D63;
--lavender-900: #12123F;
--lavender-950: #0B0B28;
}