Lavender
#C7C9F5
BlueColor Codes
All color formats for development
HEX
#C7C9F5RGB
rgb(199, 201, 245)HSL
hsl(237, 70%, 87%)OKLCH
oklch(0.849 0.061 283)CMYK
cmyk(19%, 18%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1A5EE
2#7B81E8
3#565CE1
4#3038DA
5#2129BD
6#1B2197
7#141971
8#0D104B
9#070826
Tints
Lighter variations
1#CCCEF6
2#D2D4F7
3#D8D9F8
4#DDDFF9
5#E3E4FA
6#E8E9FB
7#EEEFFC
8#F4F4FD
9#F9FAFE
Tones
Muted variations
1#C9CBF3
2#CBCDF0
3#CECFEE
4#D0D1EC
5#D2D3E9
6#D5D5E7
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 | C7C9 #C7C9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B9F #9B9FED | BordersInactive statesPlaceholder text |
| 400 | 676E #676EE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C44 #3C44DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 222A #222ABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B21 #1B2198 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1318 #13186C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0F #0C0F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0809 #08092B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F3FD;
--lavender-100: #E1E2FA;
--lavender-200: #C7C9F5;
--lavender-300: #9B9FED;
--lavender-400: #676EE4;
--lavender-500: #3C44DD;
--lavender-600: #222ABF;
--lavender-700: #1B2198;
--lavender-800: #13186C;
--lavender-900: #0C0F45;
--lavender-950: #08092B;
}