Lavender
#C6CCF6
BlueColor Codes
All color formats for development
HEX
#C6CCF6RGB
rgb(198, 204, 246)HSL
hsl(233, 73%, 87%)OKLCH
oklch(0.854 0.059 278.7)CMYK
cmyk(20%, 17%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FA9F0
2#7986EA
3#5363E4
4#2C41DE
5#1E31C0
6#18279A
7#121D73
8#0C144D
9#060A26
Tints
Lighter variations
1#CBD0F7
2#D1D6F8
3#D7DBF9
4#DDE0FA
5#E2E5FB
6#E8EAFB
7#EEEFFC
8#F4F5FD
9#F9FAFE
Tones
Muted variations
1#C8CDF4
2#CACFF1
3#CDD1EF
4#CFD3EC
5#D2D5EA
6#D4D6E8
7#D7D8E5
8#D9DAE3
9#DBDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E3 #E0E3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CB #C6CBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA4 #9AA4EF | BordersInactive statesPlaceholder text |
| 400 | 6574 #6574E7 | Disabled statesSecondary iconsMuted text |
| 500 | 384C #384CE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E31 #1E31C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1827 #18279A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 111C #111C6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B12 #0B1247 | Primary textHigh emphasis contentDark headings |
| 950 | 070B #070B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F3FD;
--lavender-100: #E0E3FA;
--lavender-200: #C6CBF6;
--lavender-300: #9AA4EF;
--lavender-400: #6574E7;
--lavender-500: #384CE0;
--lavender-600: #1E31C2;
--lavender-700: #18279A;
--lavender-800: #111C6E;
--lavender-900: #0B1247;
--lavender-950: #070B2C;
}