Lavender
#C7CAF4
BlueColor Codes
All color formats for development
HEX
#C7CAF4RGB
rgb(199, 202, 244)HSL
hsl(236, 67%, 87%)OKLCH
oklch(0.85 0.058 281.9)CMYK
cmyk(18%, 17%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3A8ED
2#7E84E5
3#5861DE
4#333ED7
5#252FB9
6#1D2594
7#161C6F
8#0F134A
9#070925
Tints
Lighter variations
1#CDD0F5
2#D3D5F6
3#D8DAF7
4#DEE0F8
5#E3E5FA
6#E9EAFB
7#EEEFFC
8#F4F5FD
9#F9FAFE
Tones
Muted variations
1#CACDF2
2#CCCEF0
3#CED0ED
4#D1D2EB
5#D3D4E9
6#D5D6E7
7#D7D8E5
8#D9DAE2
9#DCDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CB #C8CBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DA2 #9DA2EC | BordersInactive statesPlaceholder text |
| 400 | 6A72 #6A72E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F4A #3F4AD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 252F #252FBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D25 #1D2595 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 151B #151B6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D11 #0D1144 | 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: #F2F3FC;
--lavender-100: #E1E3F9;
--lavender-200: #C8CBF4;
--lavender-300: #9DA2EC;
--lavender-400: #6A72E2;
--lavender-500: #3F4AD9;
--lavender-600: #252FBB;
--lavender-700: #1D2595;
--lavender-800: #151B6A;
--lavender-900: #0D1144;
--lavender-950: #080B2B;
}