Lavender
#C6CAF6
BlueColor Codes
All color formats for development
HEX
#C6CAF6RGB
rgb(198, 202, 246)HSL
hsl(235, 73%, 87%)OKLCH
oklch(0.85 0.061 280.9)CMYK
cmyk(20%, 18%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FA6F0
2#7982EA
3#535FE4
4#2C3BDE
5#1E2BC0
6#18239A
7#121A73
8#0C114D
9#060926
Tints
Lighter variations
1#CBCFF7
2#D1D4F8
3#D7DAF9
4#DDDFFA
5#E2E4FB
6#E8EAFB
7#EEEFFC
8#F4F4FD
9#F9FAFE
Tones
Muted variations
1#C8CCF4
2#CACEF1
3#CDD0EF
4#CFD2EC
5#D2D4EA
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 | E0E2 #E0E2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CA #C6CAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA1 #9AA1EF | BordersInactive statesPlaceholder text |
| 400 | 656F #656FE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3846 #3846E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E2C #1E2CC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1823 #18239A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1119 #11196E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B10 #0B1047 | Primary textHigh emphasis contentDark headings |
| 950 | 070A #070A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F3FD;
--lavender-100: #E0E2FA;
--lavender-200: #C6CAF6;
--lavender-300: #9AA1EF;
--lavender-400: #656FE7;
--lavender-500: #3846E0;
--lavender-600: #1E2CC2;
--lavender-700: #18239A;
--lavender-800: #11196E;
--lavender-900: #0B1047;
--lavender-950: #070A2C;
}