Lavender
#CBCBF1
BlueColor Codes
All color formats for development
HEX
#CBCBF1RGB
rgb(203, 203, 241)HSL
hsl(240, 58%, 87%)OKLCH
oklch(0.854 0.053 285.2)CMYK
cmyk(16%, 16%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A8A8E8
2#8585DE
3#6161D5
4#3E3ECC
5#2F2FAF
6#25258C
7#1C1C69
8#131346
9#090923
Tints
Lighter variations
1#D0D0F2
2#D5D5F4
3#DADAF5
4#E0E0F7
5#E5E5F8
6#EAEAF9
7#EFEFFB
8#F5F5FC
9#FAFAFE
Tones
Muted variations
1#CDCDEF
2#CECEED
3#D0D0EB
4#D2D2E9
5#D4D4E7
6#D6D6E6
7#D8D8E4
8#DADAE2
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCB #CBCBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A2 #A2A2E6 | BordersInactive statesPlaceholder text |
| 400 | 7272 #7272DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A4A #4A4ACF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F2F #2F2FB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2525 #25258D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1B #1B1B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1111 #111140 | 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: #E3E3F8;
--lavender-200: #CBCBF1;
--lavender-300: #A2A2E6;
--lavender-400: #7272DA;
--lavender-500: #4A4ACF;
--lavender-600: #2F2FB1;
--lavender-700: #25258D;
--lavender-800: #1B1B65;
--lavender-900: #111140;
--lavender-950: #0B0B28;
}