Lavender
#C2C7FA
BlueColor Codes
All color formats for development
HEX
#C2C7FARGB
rgb(194, 199, 250)HSL
hsl(235, 85%, 87%)OKLCH
oklch(0.843 0.071 280.4)CMYK
cmyk(22%, 20%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#99A0F7
2#707BF3
3#4755F0
4#1E2FED
5#1120CD
6#0D1AA4
7#0A137B
8#070D52
9#030629
Tints
Lighter variations
1#C8CCFB
2#CED2FB
3#D4D7FC
4#DADDFC
5#E0E3FD
6#E6E8FD
7#EDEEFE
8#F3F4FE
9#F9F9FF
Tones
Muted variations
1#C4C9F7
2#C7CBF4
3#CACDF2
4#CDD0EF
5#D0D2EC
6#D3D4E9
7#D5D7E6
8#D8D9E3
9#DBDCE1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE1 #DEE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C6 #C2C6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 929B #929BF6 | BordersInactive statesPlaceholder text |
| 400 | 5A67 #5A67F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B3B #2B3BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1121 #1121D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D1A #0D1AA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A13 #0A1376 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060C #060C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0407 #04072F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F2FE;
--lavender-100: #DEE1FC;
--lavender-200: #C2C6FA;
--lavender-300: #929BF6;
--lavender-400: #5A67F2;
--lavender-500: #2B3BEE;
--lavender-600: #1121D0;
--lavender-700: #0D1AA5;
--lavender-800: #0A1376;
--lavender-900: #060C4B;
--lavender-950: #04072F;
}