Lavender
#C1C9FB
BlueColor Codes
All color formats for development
HEX
#C1C9FBRGB
rgb(193, 201, 251)HSL
hsl(232, 88%, 87%)OKLCH
oklch(0.847 0.07 277.7)CMYK
cmyk(23%, 20%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97A4F8
2#6D7FF6
3#445BF3
4#1A36F0
5#0D27D1
6#0B1FA7
7#08187D
8#051053
9#03082A
Tints
Lighter variations
1#C7CEFB
2#CDD3FC
3#D3D9FC
4#DADEFD
5#E0E4FD
6#E6E9FD
7#ECEFFE
8#F3F4FE
9#F9FAFF
Tones
Muted variations
1#C4CBF8
2#C7CDF5
3#C9CFF2
4#CCD1EF
5#CFD3EC
6#D2D5EA
7#D5D7E7
8#D8DAE4
9#DBDCE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C8 #C1C8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 919F #919FF8 | BordersInactive statesPlaceholder text |
| 400 | 576C #576CF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2742 #2742F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D28 #0D28D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B20 #0B20A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0817 #081778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050E #050E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0309 #030930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F2FE;
--lavender-100: #DDE2FD;
--lavender-200: #C1C8FB;
--lavender-300: #919FF8;
--lavender-400: #576CF4;
--lavender-500: #2742F1;
--lavender-600: #0D28D3;
--lavender-700: #0B20A8;
--lavender-800: #081778;
--lavender-900: #050E4D;
--lavender-950: #030930;
}