Lavender
#C1C7FB
BlueColor Codes
All color formats for development
HEX
#C1C7FBRGB
rgb(193, 199, 251)HSL
hsl(234, 88%, 87%)OKLCH
oklch(0.843 0.073 279.6)CMYK
cmyk(23%, 21%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97A1F8
2#6D7BF6
3#4455F3
4#1A2FF0
5#0D21D1
6#0B1AA7
7#08147D
8#050D53
9#03072A
Tints
Lighter variations
1#C7CCFB
2#CDD2FC
3#D3D7FC
4#DADDFD
5#E0E3FD
6#E6E8FD
7#ECEEFE
8#F3F4FE
9#F9F9FF
Tones
Muted variations
1#C4C9F8
2#C7CBF5
3#C9CEF2
4#CCD0EF
5#CFD2EC
6#D2D5EA
7#D5D7E7
8#D8D9E4
9#DBDCE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C7 #C1C7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 919B #919BF8 | BordersInactive statesPlaceholder text |
| 400 | 5767 #5767F4 | Disabled statesSecondary iconsMuted text |
| 500 | 273B #273BF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D21 #0D21D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B1A #0B1AA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0813 #081378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050C #050C4D | Primary textHigh emphasis contentDark headings |
| 950 | 0308 #030830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F2FE;
--lavender-100: #DDE1FD;
--lavender-200: #C1C7FB;
--lavender-300: #919BF8;
--lavender-400: #5767F4;
--lavender-500: #273BF1;
--lavender-600: #0D21D3;
--lavender-700: #0B1AA8;
--lavender-800: #081378;
--lavender-900: #050C4D;
--lavender-950: #030830;
}