Lavender
#C0C9FB
BlueColor Codes
All color formats for development
HEX
#C0C9FBRGB
rgb(192, 201, 251)HSL
hsl(231, 88%, 87%)OKLCH
oklch(0.846 0.071 276.8)CMYK
cmyk(24%, 20%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97A6F8
2#6D82F6
3#445EF3
4#1A3AF0
5#0D2BD1
6#0B22A7
7#081A7D
8#051153
9#03092A
Tints
Lighter variations
1#C7CFFB
2#CDD4FC
3#D3DAFC
4#DADFFD
5#E0E4FD
6#E6EAFD
7#ECEFFE
8#F3F4FE
9#F9FAFF
Tones
Muted variations
1#C4CBF8
2#C7CEF5
3#C9D0F2
4#CCD2EF
5#CFD4EC
6#D2D6EA
7#D5D8E7
8#D8DAE4
9#DBDCE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C9 #C1C9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A0 #91A0F8 | BordersInactive statesPlaceholder text |
| 400 | 576F #576FF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2746 #2746F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D2B #0D2BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B22 #0B22A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0818 #081878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0510 #05104D | Primary textHigh emphasis contentDark headings |
| 950 | 030A #030A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F3FE;
--lavender-100: #DDE2FD;
--lavender-200: #C1C9FB;
--lavender-300: #91A0F8;
--lavender-400: #576FF4;
--lavender-500: #2746F1;
--lavender-600: #0D2BD3;
--lavender-700: #0B22A8;
--lavender-800: #081878;
--lavender-900: #05104D;
--lavender-950: #030A30;
}