Lavender
#C3C7F8
BlueColor Codes
All color formats for development
HEX
#C3C7F8RGB
rgb(195, 199, 248)HSL
hsl(235, 79%, 87%)OKLCH
oklch(0.843 0.068 281.2)CMYK
cmyk(21%, 20%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CA3F3
2#747EEF
3#4D5AEA
4#2535E5
5#1726C7
6#131E9F
7#0E1777
8#090F4F
9#050828
Tints
Lighter variations
1#CACEF9
2#D0D3F9
3#D5D9FA
4#DBDEFB
5#E1E4FC
6#E7E9FC
7#EDEFFD
8#F3F4FE
9#F9FAFE
Tones
Muted variations
1#C6CAF5
2#C9CCF3
3#CCCFF0
4#CED1EE
5#D1D3EB
6#D3D5E8
7#D6D7E6
8#D9D9E3
9#DBDCE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C8 #C4C8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 969E #969EF3 | BordersInactive statesPlaceholder text |
| 400 | 5F6B #5F6BEC | Disabled statesSecondary iconsMuted text |
| 500 | 3241 #3241E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1826 #1826C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 131E #131EA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D16 #0D1672 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090E #090E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0509 #05092E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F2FD;
--lavender-100: #DFE1FB;
--lavender-200: #C4C8F8;
--lavender-300: #969EF3;
--lavender-400: #5F6BEC;
--lavender-500: #3241E7;
--lavender-600: #1826C9;
--lavender-700: #131EA0;
--lavender-800: #0D1672;
--lavender-900: #090E49;
--lavender-950: #05092E;
}