Lavender
#C2C7F9
BlueColor Codes
All color formats for development
HEX
#C2C7F9RGB
rgb(194, 199, 249)HSL
hsl(235, 82%, 87%)OKLCH
oklch(0.843 0.07 280.3)CMYK
cmyk(22%, 20%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AA2F5
2#727DF1
3#4A57ED
4#2132E9
5#1423CA
6#101CA2
7#0C1579
8#080E51
9#040728
Tints
Lighter variations
1#C9CDFA
2#CFD2FA
3#D5D8FB
4#DBDEFB
5#E1E3FC
6#E7E9FD
7#EDEEFD
8#F3F4FE
9#F9F9FE
Tones
Muted variations
1#C5C9F6
2#C8CCF4
3#CBCEF1
4#CED0EE
5#D0D3EB
6#D3D5E9
7#D6D7E6
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 | DFE1 #DFE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C7 #C3C7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 949C #949CF4 | BordersInactive statesPlaceholder text |
| 400 | 5D69 #5D69EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E3E #2E3EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1424 #1424CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 101C #101CA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B14 #0B1474 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070D #070D4A | Primary textHigh emphasis contentDark headings |
| 950 | 0508 #05082E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F1F2FE;
--lavender-100: #DFE1FC;
--lavender-200: #C3C7F9;
--lavender-300: #949CF4;
--lavender-400: #5D69EF;
--lavender-500: #2E3EEA;
--lavender-600: #1424CC;
--lavender-700: #101CA2;
--lavender-800: #0B1474;
--lavender-900: #070D4A;
--lavender-950: #05082E;
}