Lavender
#C0C6FC
BlueColor Codes
All color formats for development
HEX
#C0C6FCRGB
rgb(192, 198, 252)HSL
hsl(234, 91%, 87%)OKLCH
oklch(0.84 0.076 279.7)CMYK
cmyk(24%, 21%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#959FFA
2#6B79F8
3#4153F6
4#162CF4
5#0A1ED4
6#0818A9
7#06127F
8#040C55
9#02062A
Tints
Lighter variations
1#C6CBFC
2#CCD1FD
3#D3D7FD
4#D9DDFD
5#DFE2FE
6#E6E8FE
7#ECEEFE
8#F2F4FE
9#F9F9FF
Tones
Muted variations
1#C3C8F9
2#C6CBF6
3#C9CDF3
4#CCCFF0
5#CFD2ED
6#D2D4EA
7#D5D7E7
8#D8D9E4
9#DBDBE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C6 #C0C6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F9A #8F9AFA | BordersInactive statesPlaceholder text |
| 400 | 5565 #5565F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2439 #2439F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A1F #0A1FD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0818 #0818AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0611 #06117A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040B #040B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0207 #020731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F0F2FE;
--lavender-100: #DDE0FD;
--lavender-200: #C0C6FC;
--lavender-300: #8F9AFA;
--lavender-400: #5565F7;
--lavender-500: #2439F5;
--lavender-600: #0A1FD6;
--lavender-700: #0818AA;
--lavender-800: #06117A;
--lavender-900: #040B4E;
--lavender-950: #020731;
}