Lavender
#C7D1F4
BlueColor Codes
All color formats for development
HEX
#C7D1F4RGB
rgb(199, 209, 244)HSL
hsl(227, 67%, 87%)OKLCH
oklch(0.864 0.05 272.7)CMYK
cmyk(18%, 14%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3B3ED
2#7E94E5
3#5875DE
4#3357D7
5#2545B9
6#1D3794
7#16296F
8#0F1C4A
9#070E25
Tints
Lighter variations
1#CDD6F5
2#D3DAF6
3#D8DFF7
4#DEE4F8
5#E3E8FA
6#E9EDFB
7#EEF1FC
8#F4F6FD
9#F9FAFE
Tones
Muted variations
1#CAD3F2
2#CCD4F0
3#CED5ED
4#D1D6EB
5#D3D8E9
6#D5D9E7
7#D7DAE5
8#D9DBE2
9#DCDDE0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E6 #E1E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D1 #C8D1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DAE #9DAEEC | BordersInactive statesPlaceholder text |
| 400 | 6A84 #6A84E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F61 #3F61D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2546 #2546BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D37 #1D3795 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1528 #15286A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D19 #0D1944 | Primary textHigh emphasis contentDark headings |
| 950 | 0810 #08102B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lavender-50: #F2F4FC;
--lavender-100: #E1E6F9;
--lavender-200: #C8D1F4;
--lavender-300: #9DAEEC;
--lavender-400: #6A84E2;
--lavender-500: #3F61D9;
--lavender-600: #2546BB;
--lavender-700: #1D3795;
--lavender-800: #15286A;
--lavender-900: #0D1944;
--lavender-950: #08102B;
}