Lavender
#CBCFF0
BlueColor Codes
All color formats for development
HEX
#CBCFF0RGB
rgb(203, 207, 240)HSL
hsl(234, 55%, 87%)OKLCH
oklch(0.862 0.046 279.9)CMYK
cmyk(15%, 14%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9AFE6
2#878FDC
3#646FD2
4#424FC8
5#323EAC
6#28328A
7#1E2567
8#141945
9#0A0C22
Tints
Lighter variations
1#D1D4F2
2#D6D9F3
3#DBDEF5
4#E0E2F6
5#E5E7F8
6#EAECF9
7#F0F1FB
8#F5F5FC
9#FAFAFE
Tones
Muted variations
1#CDD1EE
2#CFD2EC
3#D1D4EB
4#D3D5E9
5#D5D7E7
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 | A4AB #A4ABE5 | BordersInactive statesPlaceholder text |
| 400 | 757E #757ED7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D5A #4D5ACB | Primary brand colorCTAsActive elementsLinks |
| 600 | 323F #323FAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2832 #28328A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D24 #1D2463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1217 #12173F | 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: #A4ABE5;
--lavender-400: #757ED7;
--lavender-500: #4D5ACB;
--lavender-600: #323FAE;
--lavender-700: #28328A;
--lavender-800: #1D2463;
--lavender-900: #12173F;
--lavender-950: #0B0E28;
}