Lavender
#C7CAF5
BlueColor Codes
All color formats for development
HEX
#C7CAF5RGB
rgb(199, 202, 245)HSL
hsl(236, 70%, 87%)OKLCH
oklch(0.851 0.06 281.9)CMYK
cmyk(19%, 18%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1A6EE
2#7B82E8
3#565FE1
4#303BDA
5#212CBD
6#1B2397
7#141A71
8#0D114B
9#070926
Tints
Lighter variations
1#CCCFF6
2#D2D4F7
3#D8DAF8
4#DDDFF9
5#E3E4FA
6#E8EAFB
7#EEEFFC
8#F4F4FD
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 | E1E2 #E1E2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CA #C7CAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA1 #9BA1ED | BordersInactive statesPlaceholder text |
| 400 | 6770 #6770E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C47 #3C47DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 222C #222CBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B23 #1B2398 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1319 #13196C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C10 #0C1045 | Primary textHigh emphasis contentDark headings |
| 950 | 080A #080A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F3FD;
--lavender-100: #E1E2FA;
--lavender-200: #C7CAF5;
--lavender-300: #9BA1ED;
--lavender-400: #6770E4;
--lavender-500: #3C47DD;
--lavender-600: #222CBF;
--lavender-700: #1B2398;
--lavender-800: #13196C;
--lavender-900: #0C1045;
--lavender-950: #080A2B;
}