Lavender
#C1C6FB
BlueColor Codes
All color formats for development
HEX
#C1C6FBRGB
rgb(193, 198, 251)HSL
hsl(235, 88%, 87%)OKLCH
oklch(0.841 0.074 280.5)CMYK
cmyk(23%, 21%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#979FF8
2#6D79F6
3#4452F3
4#1A2CF0
5#0D1ED1
6#0B18A7
7#08127D
8#050C53
9#03062A
Tints
Lighter variations
1#C7CBFB
2#CDD1FC
3#D3D7FC
4#DADDFD
5#E0E2FD
6#E6E8FD
7#ECEEFE
8#F3F4FE
9#F9F9FF
Tones
Muted variations
1#C4C8F8
2#C7CAF5
3#C9CDF2
4#CCCFEF
5#CFD2EC
6#D2D4EA
7#D5D7E7
8#D8D9E4
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C6 #C1C6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9199 #9199F8 | BordersInactive statesPlaceholder text |
| 400 | 5764 #5764F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2738 #2738F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D1E #0D1ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B18 #0B18A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0811 #081178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050B #050B4D | Primary textHigh emphasis contentDark headings |
| 950 | 0307 #030730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F2FE;
--lavender-100: #DDE0FD;
--lavender-200: #C1C6FB;
--lavender-300: #9199F8;
--lavender-400: #5764F4;
--lavender-500: #2738F1;
--lavender-600: #0D1ED3;
--lavender-700: #0B18A8;
--lavender-800: #081178;
--lavender-900: #050B4D;
--lavender-950: #030730;
}