Lavender
#CBCEF0
BlueColor Codes
All color formats for development
HEX
#CBCEF0RGB
rgb(203, 206, 240)HSL
hsl(235, 55%, 87%)OKLCH
oklch(0.86 0.047 281.4)CMYK
cmyk(15%, 14%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9AEE6
2#878EDC
3#646ED2
4#424DC8
5#323CAC
6#28308A
7#1E2467
8#141845
9#0A0C22
Tints
Lighter variations
1#D1D3F2
2#D6D8F3
3#DBDDF5
4#E0E2F6
5#E5E7F8
6#EAECF9
7#F0F0FB
8#F5F5FC
9#FAFAFE
Tones
Muted variations
1#CDD0EE
2#CFD2EC
3#D1D3EB
4#D3D5E9
5#D5D6E7
6#D7D8E5
7#D8D9E3
8#DADBE1
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCF #CCCFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A9 #A4A9E5 | BordersInactive statesPlaceholder text |
| 400 | 757D #757DD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D58 #4D58CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 323D #323DAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2830 #28308A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D23 #1D2363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1216 #12163F | Primary textHigh emphasis contentDark headings |
| 950 | 0B0E #0B0E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F3F4FC;
--lavender-100: #E3E5F7;
--lavender-200: #CCCFF0;
--lavender-300: #A4A9E5;
--lavender-400: #757DD7;
--lavender-500: #4D58CB;
--lavender-600: #323DAE;
--lavender-700: #28308A;
--lavender-800: #1D2363;
--lavender-900: #12163F;
--lavender-950: #0B0E28;
}