Lavender
#C6CAF5
BlueColor Codes
All color formats for development
HEX
#C6CAF5RGB
rgb(198, 202, 245)HSL
hsl(235, 70%, 87%)OKLCH
oklch(0.85 0.06 280.9)CMYK
cmyk(19%, 18%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1A7EE
2#7B84E8
3#5661E1
4#303EDA
5#212EBD
6#1B2597
7#141C71
8#0D124B
9#070926
Tints
Lighter variations
1#CCD0F6
2#D2D5F7
3#D8DAF8
4#DDE0F9
5#E3E5FA
6#E8EAFB
7#EEEFFC
8#F4F5FD
9#F9FAFE
Tones
Muted variations
1#C9CCF3
2#CBCEF0
3#CED0EE
4#D0D2EC
5#D2D4E9
6#D5D6E7
7#D7D8E5
8#D9DAE2
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CB #C7CBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA2 #9BA2ED | BordersInactive statesPlaceholder text |
| 400 | 6772 #6772E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C49 #3C49DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 222F #222FBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B25 #1B2598 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 131B #131B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C11 #0C1145 | Primary textHigh emphasis contentDark headings |
| 950 | 080B #080B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F3FD;
--lavender-100: #E1E3FA;
--lavender-200: #C7CBF5;
--lavender-300: #9BA2ED;
--lavender-400: #6772E4;
--lavender-500: #3C49DD;
--lavender-600: #222FBF;
--lavender-700: #1B2598;
--lavender-800: #131B6C;
--lavender-900: #0C1145;
--lavender-950: #080B2B;
}