Lavender
#C0CFFB
BlueColor Codes
All color formats for development
HEX
#C0CFFBRGB
rgb(192, 207, 251)HSL
hsl(225, 88%, 87%)OKLCH
oklch(0.858 0.064 270.3)CMYK
cmyk(24%, 18%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97AFF8
2#6D8FF6
3#446FF3
4#1A4FF0
5#0D3ED1
6#0B32A7
7#08257D
8#051953
9#030C2A
Tints
Lighter variations
1#C7D4FB
2#CDD9FC
3#D3DEFC
4#DAE2FD
5#E0E7FD
6#E6ECFD
7#ECF1FE
8#F3F5FE
9#F9FAFF
Tones
Muted variations
1#C4D1F8
2#C7D2F5
3#C9D4F2
4#CCD5EF
5#CFD7EC
6#D2D8EA
7#D5D9E7
8#D8DBE4
9#DBDCE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE5 #DDE5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CF #C1CFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91AB #91ABF8 | BordersInactive statesPlaceholder text |
| 400 | 577E #577EF4 | Disabled statesSecondary iconsMuted text |
| 500 | 275A #275AF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D3F #0D3FD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B32 #0B32A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0824 #082478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0517 #05174D | Primary textHigh emphasis contentDark headings |
| 950 | 030E #030E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F4FE;
--lavender-100: #DDE5FD;
--lavender-200: #C1CFFB;
--lavender-300: #91ABF8;
--lavender-400: #577EF4;
--lavender-500: #275AF1;
--lavender-600: #0D3FD3;
--lavender-700: #0B32A8;
--lavender-800: #082478;
--lavender-900: #05174D;
--lavender-950: #030E30;
}