Lavender
#C0C4FB
BlueColor Codes
All color formats for development
HEX
#C0C4FBRGB
rgb(192, 196, 251)HSL
hsl(236, 88%, 87%)OKLCH
oklch(0.836 0.077 281.3)CMYK
cmyk(24%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#979DF8
2#6D76F6
3#444FF3
4#1A28F0
5#0D1AD1
6#0B15A7
7#08107D
8#050B53
9#03052A
Tints
Lighter variations
1#C7CAFB
2#CDD0FC
3#D3D6FC
4#DADCFD
5#E0E2FD
6#E6E8FD
7#ECEDFE
8#F3F3FE
9#F9F9FF
Tones
Muted variations
1#C4C7F8
2#C7CAF5
3#C9CCF2
4#CCCFEF
5#CFD1EC
6#D2D4EA
7#D5D6E7
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 | C1C5 #C1C5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9198 #9198F8 | BordersInactive statesPlaceholder text |
| 400 | 5762 #5762F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2735 #2735F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D1B #0D1BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B15 #0B15A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 080F #080F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050A #050A4D | Primary textHigh emphasis contentDark headings |
| 950 | 0306 #030630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F2FE;
--lavender-100: #DDE0FD;
--lavender-200: #C1C5FB;
--lavender-300: #9198F8;
--lavender-400: #5762F4;
--lavender-500: #2735F1;
--lavender-600: #0D1BD3;
--lavender-700: #0B15A8;
--lavender-800: #080F78;
--lavender-900: #050A4D;
--lavender-950: #030630;
}