Lavender
#C0C7FB
BlueColor Codes
All color formats for development
HEX
#C0C7FBRGB
rgb(192, 199, 251)HSL
hsl(233, 88%, 87%)OKLCH
oklch(0.842 0.073 278.7)CMYK
cmyk(24%, 21%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97A2F8
2#6D7DF6
3#4458F3
4#1A33F0
5#0D24D1
6#0B1DA7
7#08167D
8#050E53
9#03072A
Tints
Lighter variations
1#C7CDFB
2#CDD3FC
3#D3D8FC
4#DADEFD
5#E0E3FD
6#E6E9FD
7#ECEEFE
8#F3F4FE
9#F9F9FF
Tones
Muted variations
1#C4CAF8
2#C7CCF5
3#C9CEF2
4#CCD0EF
5#CFD3EC
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 | 919D #919DF8 | BordersInactive statesPlaceholder text |
| 400 | 576A #576AF4 | Disabled statesSecondary iconsMuted text |
| 500 | 273F #273FF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D25 #0D25D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B1D #0B1DA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0815 #081578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050D #050D4D | 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: #919DF8;
--lavender-400: #576AF4;
--lavender-500: #273FF1;
--lavender-600: #0D25D3;
--lavender-700: #0B1DA8;
--lavender-800: #081578;
--lavender-900: #050D4D;
--lavender-950: #030830;
}