Lavender
#C0C7FC
BlueColor Codes
All color formats for development
HEX
#C0C7FCRGB
rgb(192, 199, 252)HSL
hsl(233, 91%, 87%)OKLCH
oklch(0.842 0.074 278.8)CMYK
cmyk(24%, 21%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95A1FA
2#6B7BF8
3#4156F6
4#1630F4
5#0A22D4
6#081BA9
7#06147F
8#040D55
9#02072A
Tints
Lighter variations
1#C6CCFC
2#CCD2FD
3#D3D8FD
4#D9DDFD
5#DFE3FE
6#E6E8FE
7#ECEEFE
8#F2F4FE
9#F9F9FF
Tones
Muted variations
1#C3C9F9
2#C6CBF6
3#C9CEF3
4#CCD0F0
5#CFD2ED
6#D2D5EA
7#D5D7E7
8#D8D9E4
9#DBDCE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C7 #C0C7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F9B #8F9BFA | BordersInactive statesPlaceholder text |
| 400 | 5567 #5567F7 | Disabled statesSecondary iconsMuted text |
| 500 | 243C #243CF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A22 #0A22D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 081B #081BAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0613 #06137A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040C #040C4E | Primary textHigh emphasis contentDark headings |
| 950 | 0208 #020831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F2FE;
--lavender-100: #DDE1FD;
--lavender-200: #C0C7FC;
--lavender-300: #8F9BFA;
--lavender-400: #5567F7;
--lavender-500: #243CF5;
--lavender-600: #0A22D6;
--lavender-700: #081BAA;
--lavender-800: #06137A;
--lavender-900: #040C4E;
--lavender-950: #020831;
}